commit ced589cb14e9311db27af490f5b68b155ca5ec4c
Author: Sepherosa Ziehau <[email protected]>
Date: Sat May 30 21:15:04 2015 +0800
lwkt: Initialize LWKT objcache initialization to earlier place
So that calling lwkt_create w/o thread template could work during
early boot.
LWKT is now initialized before SOFTCLOCK, since SOFTCLOCK creates
per-cpu callout threads, though the creation uses thread template.
Summary of changes:
sys/kern/kern_proc.c | 1 -
sys/kern/lwkt_thread.c | 3 ++-
sys/sys/kernel.h | 1 +
sys/sys/thread.h | 1 -
4 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ced589cb14e9311db27af490f5b68b155ca5ec4c
--
DragonFly BSD source repository