x86: move default_ipi_xx back to ipi.c
authorYinghai Lu <yinghai@kernel.org>
Sat, 31 Jan 2009 01:29:27 +0000 (17:29 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 5 Feb 2009 21:27:56 +0000 (22:27 +0100)
commitc5e954820335ef5aed1662b70aaf5deb9de16735
tree0517328a865ac68646f30981f5a1ca9763af1aac
parentfdbecd9fd14198853bec4cbae8bc7af93f2e3de3
x86: move default_ipi_xx back to ipi.c

Impact: cleanup

only leave _default_ipi_xx etc in .h

Beyond the cleanup factor, this saves a bit of code size as well:

    text    data     bss     dec             hex filename
 7281931 1630144 1463304 10375379  9e50d3 vmlinux.before
 7281753 1630144 1463304 10375201  9e5021 vmlinux.after

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/ipi.h
arch/x86/kernel/ipi.c