diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/init/main.c b/init/main.c index 8b5e6af51..6fa12be70 100644 --- a/init/main.c +++ b/init/main.c @@ -448,8 +448,6 @@ static void __init smp_init(void) #endif -extern void initialize_secondary(void); - /* * Activate the first processor. */ @@ -458,14 +456,6 @@ asmlinkage void __init start_kernel(void) { char * command_line; -#ifdef __SMP__ - static int boot_cpu = 1; - /* "current" has been set up, we need to load it now */ - if (!boot_cpu) - initialize_secondary(); - boot_cpu = 0; -#endif - /* * Interrupts are still disabled. Do necessary setups, then * enable them |