git: lwkt: Initialize LWKT objcache initialization to earlier place
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Jun 1 02:29:53 PDT 2015
commit ced589cb14e9311db27af490f5b68b155ca5ec4c
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
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
More information about the Commits
mailing list