Allocate lwkt threads from objcache instead of custom per-cpu cache backed
authorNicolas Thery <nth@dragonflybsd.org>
Mon, 26 May 2008 17:11:09 +0000 (17:11 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Mon, 26 May 2008 17:11:09 +0000 (17:11 +0000)
commit40aaf5fcac68b1b01e997489147ad3809009e9c1
tree1ed53cc0ed720685bb2a007fd3214e93273caba4
parentdb1e7fc4e43f57c6ba60637a5260bf703db9d7cd
Allocate lwkt threads from objcache instead of custom per-cpu cache backed
by zone.

Reviewed-by: dillon@
sys/kern/init_main.c
sys/kern/kern_proc.c
sys/kern/lwkt_thread.c
sys/sys/globaldata.h
sys/sys/thread.h