diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-12-01 04:55:52 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-12-01 04:55:52 +0000 |
| commit | 1512b5d6ab3b9bf855483c3a85de453ae7b19e18 (patch) | |
| tree | 61343bab01f82904930d55483c7f3f7d2e80701f /sys/kern/init_main.c | |
| parent | 21913407860853bf106c630bf8134e1e3c87c797 (diff) | |
Notes
Diffstat (limited to 'sys/kern/init_main.c')
| -rw-r--r-- | sys/kern/init_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index d251030b6769..c6110fad4561 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -313,7 +313,7 @@ proc0_init(void *dummy __unused) bcopy("swapper", p->p_comm, sizeof ("swapper")); callout_init(&p->p_itcallout, 0); - callout_init(&p->p_slpcallout, 0); + callout_init(&p->p_slpcallout, 1); /* Create credentials. */ cred0.p_refcnt = 1; |
