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 60c330b9..28404fb4 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -85,7 +85,7 @@ struct thread_sched_data {
* Real-time priority properties.
*/
#define THREAD_SCHED_RT_PRIO_MIN 0
-#define THREAD_SCHED_RT_PRIO_MAX 63
+#define THREAD_SCHED_RT_PRIO_MAX 31
/*
* Fair-scheduling priority properties.