commit 7325bc315f1d4b0f7d782651fe20b9ee7a92db62
Author: Antonio Huete Jimenez <[email protected]>
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