Module Name: src
Committed By: pgoyette
Date: Thu Apr 23 23:23:08 UTC 2015
Modified Files:
src/sys/kern: init_main.c
Log Message:
Update initialization of sysmon and its components. These are now handled as
part of module initialization, and do not require manual invocation.
sysmon_taskq is special, since it is potentially used by several non-module
users who may need the facility before modules are fully ready.
To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.