diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 07:58:15 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:52:44 -0500 |
commit | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (patch) | |
tree | 7ce7694a6a0c7dcfdd21562256f6ef05cffc5560 /arch/x86/kernel/irq_32.c | |
parent | e2780a68f889c9d7ec8e78d58a3a2be8cfebf202 (diff) |
x86, apic: remove genapic.h
Impact: cleanup
Remove genapic.h and remove all references to it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/irq_32.c')
-rw-r--r-- | arch/x86/kernel/irq_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c index 4beb9a13873d..e4ac7c80e2df 100644 --- a/arch/x86/kernel/irq_32.c +++ b/arch/x86/kernel/irq_32.c | |||
@@ -212,7 +212,7 @@ bool handle_irq(unsigned irq, struct pt_regs *regs) | |||
212 | } | 212 | } |
213 | 213 | ||
214 | #ifdef CONFIG_HOTPLUG_CPU | 214 | #ifdef CONFIG_HOTPLUG_CPU |
215 | #include <asm/genapic.h> | 215 | #include <asm/apic.h> |
216 | 216 | ||
217 | /* A cpu has been removed from cpu_online_mask. Reset irq affinities. */ | 217 | /* A cpu has been removed from cpu_online_mask. Reset irq affinities. */ |
218 | void fixup_irqs(void) | 218 | void fixup_irqs(void) |