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>

authored by Yinghai Lu and committed by Thomas Gleixner 326a2e6b f1157141

+1 -4
+1 -4
arch/x86/kernel/apic/apic.c
··· 1655 * acpi_register_lapic_address() 1656 */ 1657 if (!acpi_lapic && !smp_found_config) 1658 - set_fixmap_nocache(FIX_APIC_BASE, apic_phys); 1659 - 1660 - apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n", 1661 - APIC_BASE, apic_phys); 1662 } 1663 1664 /*
··· 1655 * acpi_register_lapic_address() 1656 */ 1657 if (!acpi_lapic && !smp_found_config) 1658 + register_lapic_address(apic_phys); 1659 } 1660 1661 /*