diff options
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 4b99b1bdeb6c..fa1be1d62916 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -1202,7 +1202,7 @@ void __init init_apic_mappings(void) | |||
1202 | 1202 | ||
1203 | for (i = 0; i < nr_ioapics; i++) { | 1203 | for (i = 0; i < nr_ioapics; i++) { |
1204 | if (smp_found_config) { | 1204 | if (smp_found_config) { |
1205 | ioapic_phys = mp_ioapics[i].mpc_apicaddr; | 1205 | ioapic_phys = mp_ioapics[i].mp_apicaddr; |
1206 | if (!ioapic_phys) { | 1206 | if (!ioapic_phys) { |
1207 | printk(KERN_ERR | 1207 | printk(KERN_ERR |
1208 | "WARNING: bogus zero IO-APIC " | 1208 | "WARNING: bogus zero IO-APIC " |