]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83722f86d7ee1df9cd7af7a3ceda86bafe20b98b
tree6ae67c63f86e7b3e46e5bcd516a93c7b9b38762a
parent2dfb6a94fd1807c15884d313bc6110806c1870a6
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