]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86, apic: Remove early_init_lapic_mapping()
authorYinghai Lu <yinghai@kernel.org>
Tue, 7 Dec 2010 08:55:29 +0000 (00:55 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 9 Dec 2010 20:52:04 +0000 (21:52 +0100)
commitf1157141636848f52c5f74040bed0ba355cf59b7
tree2e2cde97fe616fea129935d2d2e8742e3fe63f3b
parentc0104d38a740b25662c592c71f6907676510289c
x86, apic: Remove early_init_lapic_mapping()

It is almost the same as smp_register_lapic_addr(). We just need to
let smp_read_mpc() call smp_register_lapic_addr() when early==1.

Add the apic_printk to smp_register_lapic_address()

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: <4CFDF681.3030509@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/mpparse.c
arch/x86/mm/amdtopology_64.c