diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-11 19:16:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-11 19:16:45 +0100 |
commit | 727da7816336e95a1658d77d1da4c3974d4eb2b1 (patch) | |
tree | c8c0610d87f637374294269f69708689f8f8086f /kern | |
parent | df49b22d24dc714b733e4df2e21a200cb134c74a (diff) |
Update BASEPRI_USER
* kern/sched.h (BASEPRI_USER): Increase to 25.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/sched.h | 2 |
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. |