diff options
Diffstat (limited to 'arch/x86/kernel/numaq_32.c')
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index a709de87819d..d9d6d61eed82 100644 --- a/arch/x86/kernel/numaq_32.c +++ b/arch/x86/kernel/numaq_32.c | |||
@@ -256,7 +256,7 @@ static int __init numaq_setup_ioapic_ids(void) | |||
256 | return 1; | 256 | return 1; |
257 | } | 257 | } |
258 | 258 | ||
259 | static int __init numaq_update_genapic(void) | 259 | static int __init numaq_update_apic(void) |
260 | { | 260 | { |
261 | apic->wakeup_cpu = wakeup_secondary_cpu_via_nmi; | 261 | apic->wakeup_cpu = wakeup_secondary_cpu_via_nmi; |
262 | 262 | ||
@@ -278,7 +278,7 @@ static struct x86_quirks numaq_x86_quirks __initdata = { | |||
278 | .mpc_oem_pci_bus = mpc_oem_pci_bus, | 278 | .mpc_oem_pci_bus = mpc_oem_pci_bus, |
279 | .smp_read_mpc_oem = smp_read_mpc_oem, | 279 | .smp_read_mpc_oem = smp_read_mpc_oem, |
280 | .setup_ioapic_ids = numaq_setup_ioapic_ids, | 280 | .setup_ioapic_ids = numaq_setup_ioapic_ids, |
281 | .update_genapic = numaq_update_genapic, | 281 | .update_apic = numaq_update_apic, |
282 | }; | 282 | }; |
283 | 283 | ||
284 | static __init void early_check_numaq(void) | 284 | static __init void early_check_numaq(void) |
@@ -500,7 +500,7 @@ static void numaq_setup_portio_remap(void) | |||
500 | (u_long) xquad_portio, (u_long) num_quads*XQUAD_PORTIO_QUAD); | 500 | (u_long) xquad_portio, (u_long) num_quads*XQUAD_PORTIO_QUAD); |
501 | } | 501 | } |
502 | 502 | ||
503 | struct genapic apic_numaq = { | 503 | struct apic apic_numaq = { |
504 | 504 | ||
505 | .name = "NUMAQ", | 505 | .name = "NUMAQ", |
506 | .probe = probe_numaq, | 506 | .probe = probe_numaq, |