summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-26 18:10:38 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-26 18:10:38 +0000
commit9a3b3e8bce8e8c8bbec663229e16bebb3cfc5d53 (patch)
treecd0ddb4b51e2854fa87dbcae9a2a60c65a248680 /sys/kern/init_main.c
parentbdb9147f65bb8a61659ee6ebe8ea6fb896fa86a7 (diff)
Notes
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 90c113c2c1c4..4c4024acd622 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id: init_main.c,v 1.5 1997/08/15 02:13:31 smp Exp smp $
+ * $Id: init_main.c,v 1.69 1997/08/15 02:33:30 fsmp Exp $
*/
#include "opt_rlimit.h"
@@ -541,12 +541,6 @@ kthread_init(dummy)
/* Create process 1 (init(8)). */
start_init(curproc);
-#ifdef SMP
- /* wait for the SMP idle loops to come online */
- while (smp_idle_loops < mp_ncpus)
- tsleep((caddr_t *)&smp_idle_loops, PWAIT, "smpilw", 0);
-#endif /* SMP */
-
prepare_usermode();
/*