]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Don't do broadcast IPIs when hotplug is enabled in flat mode.
authorAshok Raj <ashok.raj@intel.com>
Fri, 9 Sep 2005 20:01:52 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:30 +0000 (13:57 -0700)
commit7e4ca916af254ee948c21f007c0cb851055041e5
tree768cfb8802e2c03e05bf1e15f36a0c5a6a039bd0
parent75ee485517fac910513a5e24db0ca5d04816e1d8
[PATCH] x86_64: Don't do broadcast IPIs when hotplug is enabled in flat mode.

The use of non-shortcut version of routines breaking CPU hotplug.  The option
to select this via cmdline also is deleted with the physflat patch, hence
directly placing this code under CONFIG_HOTPLUG_CPU.

We dont want to use broadcast mode IPI's when hotplug is enabled.  This causes
bad effects in send IPI to a cpu that is offline which can trip when the cpu
is in the process of being kicked alive.

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Acked-by: 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/genapic_flat.c