diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 4517d1c01eb5..ca3929b16049 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -437,7 +437,7 @@ valid_k7: | |||
437 | #endif | 437 | #endif |
438 | } | 438 | } |
439 | 439 | ||
440 | void smp_checks(void) | 440 | void __cpuinit smp_checks(void) |
441 | { | 441 | { |
442 | if (smp_b_stepping) | 442 | if (smp_b_stepping) |
443 | printk(KERN_WARNING "WARNING: SMP operation may be unreliable" | 443 | printk(KERN_WARNING "WARNING: SMP operation may be unreliable" |