]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] cpu hotplug/x86_64: disable interrupt in play_dead
authorShaohua Li <shaohua.li@intel.com>
Fri, 6 Jan 2006 08:12:20 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:39 +0000 (08:33 -0800)
commit8205d96865c32efdf3dce273affacbc3ddc4ae77
tree2ba30e6d4f263cdb5e5ec9a85fc1fecec9100036
parentf901806f2ef23c74ad4b8f12a8ade173e84107c7
[PATCH] cpu hotplug/x86_64: disable interrupt in play_dead

With physical CPU hotplug, the CPU is hot removed and it should not receive
any interrupts.  Disabling interrupt is much safer.  This basically is what we
do in ia64 & x86.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/process.c
include/asm-x86_64/system.h