git: kernel - Use per-cpu token for deadlwps list

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 14 16:42:42 PDT 2013


commit 00891516deedeeb5735ac0fb922e0a2823334f55
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Oct 14 16:34:32 2013 -0700

    kernel - Use per-cpu token for deadlwps list
    
    * There is a deadlwps reaper thread per cpu, use a per-cpu token instead
      of a global token to control it.

Summary of changes:
 sys/kern/kern_exit.c | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/00891516deedeeb5735ac0fb922e0a2823334f55


-- 
DragonFly BSD source repository



More information about the Commits mailing list