-
- Downloads
[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 <dzickus@redhat.com> 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 <shaohua.li@intel.com> Signed-off-by:
Andi Kleen <ak@suse.de> Cc: Don Zickus <dzickus@redhat.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by:
Andrew Morton <akpm@osdl.org>
Showing
- arch/i386/kernel/nmi.c 26 additions, 7 deletionsarch/i386/kernel/nmi.c
- arch/i386/kernel/smpboot.c 2 additions, 1 deletionarch/i386/kernel/smpboot.c
- arch/x86_64/kernel/nmi.c 26 additions, 7 deletionsarch/x86_64/kernel/nmi.c
- arch/x86_64/kernel/smpboot.c 2 additions, 0 deletionsarch/x86_64/kernel/smpboot.c
- include/asm-i386/nmi.h 1 addition, 0 deletionsinclude/asm-i386/nmi.h
- include/asm-x86_64/nmi.h 1 addition, 0 deletionsinclude/asm-x86_64/nmi.h
Loading
Please register or sign in to comment