commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-74-g24c0a02


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-74-g24c0a02
Date: Sun, 18 Nov 2018 19:09:15 -0500 (EST)

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]