aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-01-29 12:35:11 +0000
committerBruce Evans <bde@FreeBSD.org>2004-01-29 12:35:11 +0000
commit9a44a82b610034275cc143849d0f36ff949a3822 (patch)
tree940788f117e339b680110c1e76d2f2bb235e3f18 /sys
parent1baa64733c8256acf11d11e9f185274d95291092 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 2dda5f8baf415..6fe4405d0a6c2 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -113,7 +113,7 @@ SYSINIT(vm_limits, SI_SUB_VM_CONF, SI_ORDER_FIRST, vm_init_limits, &proc0)
* Note: run scheduling should be divorced from the vm system.
*/
static void scheduler(void *);
-SYSINIT(scheduler, SI_SUB_RUN_SCHEDULER, SI_ORDER_FIRST, scheduler, NULL)
+SYSINIT(scheduler, SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY, scheduler, NULL)
#ifndef NO_SWAPPING
static void swapout(struct proc *);