summaryrefslogtreecommitdiff
path: root/kern/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched.h')
-rw-r--r--kern/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sched.h b/kern/sched.h
index 434e022..ff3198d 100644
--- a/kern/sched.h
+++ b/kern/sched.h
@@ -60,7 +60,7 @@
#include <machine/sched_param.h>
#endif /* STAT_TIME */
-#define NRQS 32 /* 32 run queues per cpu */
+#define NRQS 50 /* 50 run queues per cpu */
struct run_queue {
queue_head_t runq[NRQS]; /* one for each priority */