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 24c0a02a18d35dbd4f7715018bfffb11241bce7b (commit) from 2eec9a3688ab8a673a058312388cfff640acdd13 (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 24c0a02a18d35dbd4f7715018bfffb11241bce7b Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Nov 19 01:07:43 2018 +0100 Fix task and thread collection frequency sched_tick is incremented only once per second, not once per tick. * kern/task.c (consider_task_collect): Divide task_collect_max_rate by (hz / 1) to get a number of scheduler ticks. * kern/thread.c (consider_thread_collect): Divide thread_collect_max_rate by (hz / 1) to get a number of scheduler ticks. ----------------------------------------------------------------------- Summary of changes: kern/task.c | 3 ++- kern/thread.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- GNU Mach