patch-2.3.20 linux/init/main.c
Next file: linux/ipc/msg.c
Previous file: linux/include/scsi/sg.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Oct 7 10:17:09 1999
- Orig file:
v2.3.19/linux/init/main.c
- Orig date:
Mon Oct 4 15:49:30 1999
diff -u --recursive --new-file v2.3.19/linux/init/main.c linux/init/main.c
@@ -439,8 +439,6 @@
#endif
-extern void initialize_secondary(void);
-
/*
* Activate the first processor.
*/
@@ -448,14 +446,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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)