diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-04 16:22:17 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-04 16:22:17 +0100 |
commit | e49947621113a0b6f775b1ffa7105299b59b40d6 (patch) | |
tree | 33a70aa3a530ca8e8d346447ede4f062127d5337 /kern/sched_prim.c | |
parent | a597692655389dd10689f597be5c743395a71625 (diff) | |
download | gnumach-e49947621113a0b6f775b1ffa7105299b59b40d6.tar.gz gnumach-e49947621113a0b6f775b1ffa7105299b59b40d6.tar.bz2 gnumach-e49947621113a0b6f775b1ffa7105299b59b40d6.zip |
Fix using all dynamic priorities
6a2342010811 ("Increase number of priorities") increased NRQS but didn't
increase PRI_SHIFT to extend the use of the additional queues by the
scheduler. This does it. While at it, extend to NRQS to 64, the double
of the original 32, to keep all values coherent.
* i386/i386/sched_param.h (PRI_SHIFT): Set from 18 to 17.
* kern/sched.h (PRI_SHIFT): Set from 18 to 17.
(NRQS): Set to 64.
Diffstat (limited to 'kern/sched_prim.c')
0 files changed, 0 insertions, 0 deletions