提交 326a2e6b 编写于 作者: Y Yinghai Lu 提交者: Thomas Gleixner

x86, apic: Use register_lapic_address() in init_apic_mapping()

Remove the printk as well, we don't want to print when nothing
changed. We print in register_lapic_address() already.
Signed-off-by: NYinghai Lu <yinghai@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
LKML-Reference: <4CFDF68A.7020902@kernel.org>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 f1157141
...@@ -1655,10 +1655,7 @@ void __init init_apic_mappings(void) ...@@ -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); register_lapic_address(apic_phys);
apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n",
APIC_BASE, apic_phys);
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册