Revert "NMI watchdog: fix for lockup detector breakage on resume"
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>
这个提交包含在:
@@ -178,9 +178,6 @@ static int suspend_enter(suspend_state_t state, bool *wakeup)
|
||||
arch_suspend_enable_irqs();
|
||||
BUG_ON(irqs_disabled());
|
||||
|
||||
/* Kick the lockup detector */
|
||||
lockup_detector_bootcpu_resume();
|
||||
|
||||
Enable_cpus:
|
||||
enable_nonboot_cpus();
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户