DragonFly BSD
DragonFly commits List (threaded) for 2012-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kern - Merge two functions to avoid duplicated code.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Feb 2012 11:42:02 -0800 (PST)

commit 7325bc315f1d4b0f7d782651fe20b9ee7a92db62
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Tue Feb 21 20:19:34 2012 +0100

    kern - Merge two functions to avoid duplicated code.
    
    - Merged kthread_create() and kthread_create_cpu() into
      _kthread_create() thus avoiding some duplicated code.
    - Set TDF_VERBOSE on threads only under bootverbose.

Summary of changes:
 sys/kern/kern_kthread.c |   53 +++++++++++++++++++++-------------------------
 sys/sys/kthread.h       |    2 +
 2 files changed, 26 insertions(+), 29 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7325bc315f1d4b0f7d782651fe20b9ee7a92db62


-- 
DragonFly BSD source repository



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