x86: make APIC_init_uniprocessor() more like smp_prepare_cpus()
authorYinghai Lu <yinghai@kernel.org>
Mon, 16 Feb 2009 08:00:50 +0000 (00:00 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Feb 2009 08:37:04 +0000 (09:37 +0100)
commit98c061b6cf2e7a1010286a7a4f672c4623e1b3e0
tree6ae67c63f86e7b3e46e5bcd516a93c7b9b38762a
parent3bd25d0fa3ed588a6735b815cb0c146c23888ace
x86: make APIC_init_uniprocessor() more like smp_prepare_cpus()

Impact: cleanup

1. move localise_nmi_watchdog() later
2. change setup_boot_APIC_clock() to setup_boot_clock() for 64-bit

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic.c