Module Name: src Committed By: thorpej Date: Wed Dec 26 22:16:27 UTC 2018
Modified Files: src/sys/kern: init_main.c kern_threadpool.c src/sys/rump/librump/rumpkern: rump.c src/sys/sys: threadpool.h Log Message: Rather than performing lazy initialization, statically initialize early in the respective kernel startup routines. To generate a diff of this commit: cvs rdiff -u -r1.500 -r1.501 src/sys/kern/init_main.c cvs rdiff -u -r1.10 -r1.11 src/sys/kern/kern_threadpool.c cvs rdiff -u -r1.331 -r1.332 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.5 -r1.6 src/sys/sys/threadpool.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.