|
@@ -1655,10 +1655,7 @@ void __init init_apic_mappings(void)
|
|
* acpi_register_lapic_address()
|
|
* acpi_register_lapic_address()
|
|
*/
|
|
*/
|
|
if (!acpi_lapic && !smp_found_config)
|
|
if (!acpi_lapic && !smp_found_config)
|
|
- set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
|
|
|
|
-
|
|
|
|
- apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n",
|
|
|
|
- APIC_BASE, apic_phys);
|
|
|
|
|
|
+ register_lapic_address(apic_phys);
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|