diff options
-rw-r--r-- | sys/kern/kern_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sched.c b/sys/kern/kern_sched.c index 386406e..35a1af7 100644 --- a/sys/kern/kern_sched.c +++ b/sys/kern/kern_sched.c @@ -46,7 +46,7 @@ void sched_switch(struct trapframe *tf); -static sched_policy_t policy = SCHED_POLICY_RR; +static sched_policy_t policy = SCHED_POLICY_MLFQ; /* * Thread ready queues - all threads ready to be |