]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Don't send RESCHEDULE_VECTOR to offlined cpus
authorGautham R Shenoy <ego@in.ibm.com>
Mon, 10 Mar 2008 12:14:03 +0000 (17:44 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:58 +0000 (17:40 +0200)
commit8c013f5f32eead40d8d68ee3ed58825d418f0191
tree2b430e62c2fcf59c25cf041ba5a10f5cb5e0efec
parent2efcd601e6aac4ec6086309e124a3bd7bd039810
x86: Don't send RESCHEDULE_VECTOR to offlined cpus

In the x86 native_smp_send_reschedule_function(), don't send the IPI if the
cpu has gone offline already. Warn nevertheless!!

Signed-off-by: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smp.c