diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2009-04-09 04:52:24 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-10 08:35:55 -0400 |
commit | 598c73d250ffb112715aa48fb325d79e255be23b (patch) | |
tree | d1cfd0ab73766c2709336f6ef1b574f39d4c5d87 /arch/x86/kernel/irqinit_32.c | |
parent | b0096bb0b640d0a7713618b3472fd0f4adf30a96 (diff) |
x86: unify init_ISA_irqs() 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_32.c')
-rw-r--r-- | arch/x86/kernel/irqinit_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/irqinit_32.c b/arch/x86/kernel/irqinit_32.c index ef2528d298b6..4488b713396e 100644 --- a/arch/x86/kernel/irqinit_32.c +++ b/arch/x86/kernel/irqinit_32.c | |||
@@ -98,7 +98,7 @@ static void __init init_ISA_irqs(void) | |||
98 | { | 98 | { |
99 | int i; | 99 | int i; |
100 | 100 | ||
101 | #ifdef CONFIG_X86_LOCAL_APIC | 101 | #if defined(CONFIG_X86_64) || defined(CONFIG_X86_LOCAL_APIC) |
102 | init_bsp_APIC(); | 102 | init_bsp_APIC(); |
103 | #endif | 103 | #endif |
104 | init_8259A(0); | 104 | init_8259A(0); |