commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 8d219eab0dcfbdcf464340630d568c4e


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 8d219eab0dcfbdcf464340630d568c4e16d7acbd
Date: Sun, 08 Jul 2012 00:36:37 +0000

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

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