summaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /init/main.c
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c10
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