aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index f71f96fc9e62..f6174d229024 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -287,7 +287,7 @@ static int __cpuinitdata unsafe_smp;
287/* 287/*
288 * Activate a secondary processor. 288 * Activate a secondary processor.
289 */ 289 */
290static void __cpuinit start_secondary(void *unused) 290notrace static void __cpuinit start_secondary(void *unused)
291{ 291{
292 /* 292 /*
293 * Don't put *anything* before cpu_init(), SMP booting is too 293 * Don't put *anything* before cpu_init(), SMP booting is too