]> Git Repo - linux.git/commit
force offline the processor during hot-removal
authorZhang Rui <[email protected]>
Tue, 29 Apr 2008 06:35:56 +0000 (02:35 -0400)
committerAndi Kleen <[email protected]>
Wed, 16 Jul 2008 21:27:01 +0000 (23:27 +0200)
commitb62b8ef906cdf7115af579ce7378886ce3e0ce00
tree9017eff86e7a8d22a88d92df88021f01162d7e0e
parent26d46867b7d27f68a446b073dac7817721ae4c8f
force offline the processor during hot-removal

The ACPI device node for the cpu has already been unregistered
when acpi_processor_handle_eject is called.
Thus we should offline the cpu and continue, rather than a failure here.
http://bugzilla.kernel.org/show_bug.cgi?id=9772

Signed-off-by: Zhang Rui <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
drivers/acpi/processor_core.c
kernel/cpu.c
This page took 0.052272 seconds and 4 git commands to generate.