[PATCH] set cpu_state for CPU hotplug (ia64)
authorShaohua Li <shaohua.li@intel.com>
Sat, 25 Jun 2005 21:55:05 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:31 +0000 (16:24 -0700)
commita9fa06c26f7b7914c8cdf4d309b74df3151cc227
treedf8c8e9d2af2f0232d40eb67a5e76d9ae80ed2d4
parenta02c4cb67e4ccd5ce7a13c7f04c2fedb06c35431
[PATCH] set cpu_state for CPU hotplug (ia64)

Dead CPU notifies online CPU that it's dead using cpu_state variable.
After switching to physical cpu hotplug, we forgot setting the variable.
This patch fixes it.  Currently only __cpu_die uses it.  We changed other
locations for consistency in case others use it.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Acked-by: Ashok Raj <ashok.raj@intel.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ia64/kernel/smpboot.c