diff options
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index b10e1132f316..ea8595e4cbd5 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -115,7 +115,7 @@ static void __init MP_bus_info(struct mpc_bus *m) | |||
115 | static void __init MP_ioapic_info(struct mpc_ioapic *m) | 115 | static void __init MP_ioapic_info(struct mpc_ioapic *m) |
116 | { | 116 | { |
117 | if (m->flags & MPC_APIC_USABLE) | 117 | if (m->flags & MPC_APIC_USABLE) |
118 | mp_register_ioapic(m->apicid, m->apicaddr, gsi_top); | 118 | mp_register_ioapic(m->apicid, m->apicaddr, gsi_top, NULL); |
119 | } | 119 | } |
120 | 120 | ||
121 | static void __init print_mp_irq_info(struct mpc_intsrc *mp_irq) | 121 | static void __init print_mp_irq_info(struct mpc_intsrc *mp_irq) |