kern - Merge two functions to avoid duplicated code.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 21 Feb 2012 19:19:34 +0000 (20:19 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 21 Feb 2012 19:23:45 +0000 (20:23 +0100)
commit7325bc315f1d4b0f7d782651fe20b9ee7a92db62
tree6a7b779433d0653110aeed455027a0d8dbad7755
parent2cb07ffb5decaab6d037e4cd8369c20070369e51
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.
sys/kern/kern_kthread.c
sys/sys/kthread.h