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  8d219eab0dcfbdcf464340630d568c4e16d7acbd (commit)
      from  27150b21c3366d6b474fe3e69140ecac65ab7ed2 (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 8d219eab0dcfbdcf464340630d568c4e16d7acbd
Author: Richard Braun <[email protected]>
Date:   Sun Jul 8 00:31:53 2012 +0000

    Fix slab collection timing
    
    The slab garbage collector uses sched_tick as its time reference, which
    is increased every seconds, while the interval is expressed in clock
    ticks. Use the proper time reference instead.
    
    * kern/slab.c (kmem_gc_last_tick): Declare as unsigned long.
    (slab_collect): Use elapsed_ticks instead of sched_tick.

-----------------------------------------------------------------------

Summary of changes:
 kern/slab.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Mach

Reply via email to