From: Shaohua Li Date: Tue, 26 Sep 2006 08:52:27 +0000 (+0200) Subject: [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume X-Git-Tag: v2.6.19-rc1~1077^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4038f901cf102a40715b900984ed7540a9fa637f;p=pandora-kernel.git [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume Making NMI suspend/resume work with SMP. We use CPU hotplug to offline APs in SMP suspend/resume. Only BSP executes sysdev's .suspend/.resume method. APs should follow CPU hotplug code path. And: +From: Don Zickus Makes the start/stop paths of nmi watchdog more robust to handle the suspend/resume cases more gracefully. AK: I merged the two patches together Signed-off-by: Shaohua Li Signed-off-by: Andi Kleen Cc: Don Zickus Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed