aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/apic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index f507f311d44..9303364e200 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1655,10 +1655,7 @@ void __init init_apic_mappings(void)
1655 * acpi_register_lapic_address() 1655 * acpi_register_lapic_address()
1656 */ 1656 */
1657 if (!acpi_lapic && !smp_found_config) 1657 if (!acpi_lapic && !smp_found_config)
1658 set_fixmap_nocache(FIX_APIC_BASE, apic_phys); 1658 register_lapic_address(apic_phys);
1659
1660 apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n",
1661 APIC_BASE, apic_phys);
1662 } 1659 }
1663 1660
1664 /* 1661 /*