summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2010-12-07 00:55:38 -0800
committerThomas Gleixner <tglx@linutronix.de>2010-12-09 21:52:05 +0100
commit326a2e6bae250b1172c0ae80f3b259d79e9cb56c (patch)
treed4a8b7fe44c7cba4bbf8fdc3ee2dae690c4bceb0 /arch/x86/kernel/apic/apic.c
parentf1157141636848f52c5f74040bed0ba355cf59b7 (diff)
downloadlinux-3.10-326a2e6bae250b1172c0ae80f3b259d79e9cb56c.tar.gz
linux-3.10-326a2e6bae250b1172c0ae80f3b259d79e9cb56c.tar.bz2
linux-3.10-326a2e6bae250b1172c0ae80f3b259d79e9cb56c.zip
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: Yinghai 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: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-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)
* acpi_register_lapic_address()
*/
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);
}
/*