diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-01-30 20:29:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-05 16:27:56 -0500 |
commit | c5e954820335ef5aed1662b70aaf5deb9de16735 (patch) | |
tree | 0517328a865ac68646f30981f5a1ca9763af1aac /arch/x86/include/asm/hw_irq.h | |
parent | fdbecd9fd14198853bec4cbae8bc7af93f2e3de3 (diff) |
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>
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 3ef2bded97ac..1a20e3d12006 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -71,12 +71,6 @@ extern void setup_ioapic_dest(void); | |||
71 | extern void enable_IO_APIC(void); | 71 | extern void enable_IO_APIC(void); |
72 | #endif | 72 | #endif |
73 | 73 | ||
74 | /* IPI functions */ | ||
75 | #ifdef CONFIG_X86_32 | ||
76 | extern void default_send_IPI_self(int vector); | ||
77 | #endif | ||
78 | extern void default_send_IPI(int dest, int vector); | ||
79 | |||
80 | /* Statistics */ | 74 | /* Statistics */ |
81 | extern atomic_t irq_err_count; | 75 | extern atomic_t irq_err_count; |
82 | extern atomic_t irq_mis_count; | 76 | extern atomic_t irq_mis_count; |