This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via e49947621113a0b6f775b1ffa7105299b59b40d6 (commit) via a597692655389dd10689f597be5c743395a71625 (commit) from 0572d1659d8b50b4251950474f688513c4a72f8e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e49947621113a0b6f775b1ffa7105299b59b40d6 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 4 16:22:17 2018 +0100 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. commit a597692655389dd10689f597be5c743395a71625 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sat Nov 3 21:56:32 2018 +0100 Add missing patch file * Makefile.am (EXTRA_DIST): Add Makefile.in.dep.patch. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 3 ++- i386/i386/sched_param.h | 4 ++-- kern/sched.h | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) hooks/post-receive -- GNU Mach