Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/init_main.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/init_main.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.404 retrieving revision 1.405 diff -u -p -r1.404 -r1.405 --- src/sys/kern/init_main.c 2009/10/02 22:18:57 1.404 +++ src/sys/kern/init_main.c 2009/10/03 22:32:56 1.405 @@ -1,4 +1,4 @@ -/* $NetBSD: init_main.c,v 1.404 2009/10/02 22:18:57 elad Exp $ */ +/* $NetBSD: init_main.c,v 1.405 2009/10/03 22:32:56 elad Exp $ */ /*- * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. @@ -97,7 +97,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.404 2009/10/02 22:18:57 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.405 2009/10/03 22:32:56 elad Exp $"); #include "opt_ddb.h" #include "opt_ipsec.h" @@ -398,6 +398,8 @@ main(void) turnstile_init(); sleeptab_init(&sleeptab); + sched_init(); + /* Initialize processor-sets */ psets_init(); @@ -780,7 +782,7 @@ configure2(void) /* Setup the runqueues and scheduler. */ runq_init(); - sched_init(); + synch_init(); /* * Bus scans can make it appear as if the system has paused, so