diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
| -rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 84241a256dc8..6b087ab6cd8f 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
| @@ -299,7 +299,7 @@ static void __cpuinit smp_callin(void) | |||
| 299 | /* | 299 | /* |
| 300 | * Activate a secondary processor. | 300 | * Activate a secondary processor. |
| 301 | */ | 301 | */ |
| 302 | void __cpuinit start_secondary(void *unused) | 302 | static void __cpuinit start_secondary(void *unused) |
| 303 | { | 303 | { |
| 304 | /* | 304 | /* |
| 305 | * Don't put *anything* before cpu_init(), SMP booting is too | 305 | * Don't put *anything* before cpu_init(), SMP booting is too |
| @@ -1306,7 +1306,7 @@ static void remove_siblinginfo(int cpu) | |||
| 1306 | cpu_clear(cpu, cpu_sibling_setup_map); | 1306 | cpu_clear(cpu, cpu_sibling_setup_map); |
| 1307 | } | 1307 | } |
| 1308 | 1308 | ||
| 1309 | int additional_cpus __initdata = -1; | 1309 | static int additional_cpus __initdata = -1; |
| 1310 | 1310 | ||
| 1311 | static __init int setup_additional_cpus(char *s) | 1311 | static __init int setup_additional_cpus(char *s) |
| 1312 | { | 1312 | { |
