Revert "NMI watchdog: fix for lockup detector breakage on resume"
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 7 Aug 2012 11:50:22 +0000 (13:50 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 8 Aug 2012 18:49:45 +0000 (20:49 +0200)
Revert commit 45226e9 (NMI watchdog: fix for lockup detector breakage
on resume) which breaks resume from system suspend on my SH7372
Mackerel board (by causing a NULL pointer dereference to happen) and
is generally wrong, because it abuses the CPU hotplug functionality
in a shamelessly blatant way.

The original issue should be addressed through appropriate syscore
resume callback instead.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found