Module Name: src Committed By: mrg Date: Fri Aug 15 07:39:25 UTC 2014
Modified Files: src/sys/kern: subr_prf.c Log Message: avoid calling into time code when cold, and avoid calling nanotime() if we're not going to use the result anyway. XXX: not necessarily the best fix, but better than crashing *early* boot due to too-early nanotime() calls. XXX: pullup. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/kern/subr_prf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.