x86: make start_secondary() static
authorAdrian Bunk <bunk@kernel.org>
Mon, 21 Apr 2008 22:50:26 +0000 (01:50 +0300)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 May 2008 18:04:45 +0000 (20:04 +0200)
commitdbe55f4797712f86691a0ee0b5f508693c7310fe
tree5fda561c4aea33531f37049e4047234b4b6ceb83
parent4c6214c75a5aca5417156a47cd890b128c5f0637
x86: make start_secondary() static

start_secondary() needlessly became global.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/smpboot.c