Module Name: src
Committed By: pooka
Date: Mon Nov 11 23:06:40 UTC 2013
Modified Files:
src/sys/rump/librump/rumpkern: intr.c
Log Message:
Defer softint thread creation to first softint_establish() for that level.
Speeds up rump kernel bootstrap and saves memory -- very rarely are all
softint levels in a rump kernel used.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/rump/librump/rumpkern/intr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.