summaryrefslogtreecommitdiff
path: root/kern/sched.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-11 19:16:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-11 19:16:45 +0100
commit727da7816336e95a1658d77d1da4c3974d4eb2b1 (patch)
treec8c0610d87f637374294269f69708689f8f8086f /kern/sched.h
parentdf49b22d24dc714b733e4df2e21a200cb134c74a (diff)
Update BASEPRI_USER
* kern/sched.h (BASEPRI_USER): Increase to 25.
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 ff3198d..942dd80 100644
--- a/kern/sched.h
+++ b/kern/sched.h
@@ -118,7 +118,7 @@ extern int min_quantum; /* defines max context switch rate */
* Default base priorities for threads.
*/
#define BASEPRI_SYSTEM 6
-#define BASEPRI_USER 12
+#define BASEPRI_USER 25
/*
* Macro to check for invalid priorities.