x86: seperate default_send_IPI_mask_sequence/allbutself from logical
authorYinghai Lu <yinghai@kernel.org>
Fri, 30 Jan 2009 03:31:49 +0000 (19:31 -0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 30 Jan 2009 14:21:24 +0000 (15:21 +0100)
commit43f39890db2959b10891cf7bbf3f53fffc8ce3bd
tree15e3705c14bfaf10eeed3c3220f1ff298e288b8d
parent1ff2f20de354a621ef4b56b9cfe6f9139a7e493b
x86: seperate default_send_IPI_mask_sequence/allbutself from logical

Impact: 32-bit should use logical version

there are two version: for default_send_IPI_mask_sequence/allbutself
one in ipi.h and one in ipi.c for 32bit

it seems .h version overwrote ipi.c for a while.

restore it so 32 bit could use its old logical version.
also remove dupicated functions in .c

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/ipi.h
arch/x86/kernel/bigsmp_32.c
arch/x86/kernel/es7000_32.c
arch/x86/kernel/genapic_flat_64.c
arch/x86/kernel/ipi.c
arch/x86/kernel/numaq_32.c
arch/x86/kernel/probe_32.c
arch/x86/kernel/summit_32.c