summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 31e837e5..ea6c82e4 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -99,7 +99,7 @@ struct thread_ts_runq;
* Real-time priority properties.
*/
#define THREAD_SCHED_RT_PRIO_MIN 0
-#define THREAD_SCHED_RT_PRIO_MAX 31
+#define THREAD_SCHED_RT_PRIO_MAX 63
/*
* Scheduling data for a real-time thread.