git: kernel: Remove unused hogticks global from kern_synch.c.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Feb 28 04:26:27 PST 2015


commit 916e1a45d2e42d27f761da5c39e1c23d53624f14
Author: Sascha Wildner <saw at online.de>
Date:   Sat Feb 28 12:33:07 2015 +0100

    kernel: Remove unused hogticks global from kern_synch.c.
    
    hogticks was a global definition used in kern_synch.c:should_yield().
    A thread that had remained running for more than hogticks would
    return true for should_yield(). DragonFly has not used this global
    for a long time.
    
    Submitted-by:  vsrinivas
    Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2787>

Summary of changes:
 sys/kern/kern_synch.c | 4 ----
 sys/sys/proc.h        | 1 -
 2 files changed, 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/916e1a45d2e42d27f761da5c39e1c23d53624f14


-- 
DragonFly BSD source repository



More information about the Commits mailing list