diff options
Diffstat (limited to 'arch/x86/kernel/numaq_32.c')
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index 4caff39078e0..745891b7d0fb 100644 --- a/arch/x86/kernel/numaq_32.c +++ b/arch/x86/kernel/numaq_32.c | |||
@@ -250,6 +250,7 @@ static struct x86_quirks numaq_x86_quirks __initdata = { | |||
250 | .mpc_oem_pci_bus = mpc_oem_pci_bus, | 250 | .mpc_oem_pci_bus = mpc_oem_pci_bus, |
251 | .smp_read_mpc_oem = smp_read_mpc_oem, | 251 | .smp_read_mpc_oem = smp_read_mpc_oem, |
252 | .setup_ioapic_ids = numaq_setup_ioapic_ids, | 252 | .setup_ioapic_ids = numaq_setup_ioapic_ids, |
253 | .wakeup_secondary_cpu = wakeup_secondary_cpu_via_nmi, | ||
253 | }; | 254 | }; |
254 | 255 | ||
255 | void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem, | 256 | void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem, |