summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/init_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 3a51967..1d55a8c 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -592,8 +592,6 @@ static int init_shutdown_timeout = INIT_SHUTDOWN_TIMEOUT;
SYSCTL_INT(_kern, OID_AUTO, init_shutdown_timeout,
CTLFLAG_RW, &init_shutdown_timeout, 0, "");
-int scheduler_running = 0;
-
/*
* Start the initial user process; try exec'ing each pathname in init_path.
* The program is invoked with one argument containing the boot flags.
@@ -609,7 +607,6 @@ start_init(void *dummy)
struct thread *td;
struct proc *p;
- scheduler_running = 1;
mtx_lock(&Giant);
GIANT_REQUIRED;
OpenPOWER on IntegriCloud