diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2009-04-09 04:52:26 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-10 08:35:57 -0400 |
commit | 778838600eb6973bdb6fd11e7f91b43cea4d6f45 (patch) | |
tree | 82bd6b1b97fc5e95a49c8a96b04639b50b29226b /arch/x86/kernel/irqinit_64.c | |
parent | 320fd99672a44ece6d1cd0d838ba31c8ebbf5979 (diff) |
x86: unify trivial differences in irqinit_{32,64}.c
Impact: cleanup
Reviewed-by Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/irqinit_64.c')
-rw-r--r-- | arch/x86/kernel/irqinit_64.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/irqinit_64.c b/arch/x86/kernel/irqinit_64.c index ed50e35ce97e..687b6c33cd75 100644 --- a/arch/x86/kernel/irqinit_64.c +++ b/arch/x86/kernel/irqinit_64.c | |||
@@ -17,11 +17,14 @@ | |||
17 | 17 | ||
18 | #include <asm/atomic.h> | 18 | #include <asm/atomic.h> |
19 | #include <asm/system.h> | 19 | #include <asm/system.h> |
20 | #include <asm/timer.h> | ||
20 | #include <asm/hw_irq.h> | 21 | #include <asm/hw_irq.h> |
21 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
22 | #include <asm/desc.h> | 23 | #include <asm/desc.h> |
23 | #include <asm/apic.h> | 24 | #include <asm/apic.h> |
25 | #include <asm/setup.h> | ||
24 | #include <asm/i8259.h> | 26 | #include <asm/i8259.h> |
27 | #include <asm/traps.h> | ||
25 | 28 | ||
26 | /* | 29 | /* |
27 | * ISA PIC or low IO-APIC triggered (INTA-cycle or APIC) interrupts: | 30 | * ISA PIC or low IO-APIC triggered (INTA-cycle or APIC) interrupts: |
@@ -136,6 +139,7 @@ static void __init init_ISA_irqs(void) | |||
136 | } | 139 | } |
137 | } | 140 | } |
138 | 141 | ||
142 | /* Overridden in paravirt.c */ | ||
139 | void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ"))); | 143 | void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ"))); |
140 | 144 | ||
141 | static void __init smp_intr_init(void) | 145 | static void __init smp_intr_init(void) |