summaryrefslogtreecommitdiff
path: root/kern/sched_prim.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched_prim.c')
-rw-r--r--kern/sched_prim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sched_prim.c b/kern/sched_prim.c
index ff942ae..9d4e8af 100644
--- a/kern/sched_prim.c
+++ b/kern/sched_prim.c
@@ -139,7 +139,7 @@ void thread_check(thread_t, run_queue_t);
* The wait event hash table declarations are as follows:
*/
-#define NUMQUEUES 59
+#define NUMQUEUES 1031
queue_head_t wait_queue[NUMQUEUES];
decl_simple_lock_data(, wait_lock[NUMQUEUES])