Module Name: src Committed By: martin Date: Fri Aug 15 13:00:48 UTC 2014
Modified Files: src/sys/kern [netbsd-7]: subr_prf.c Log Message: Pull up following revision(s) (requested by mrg in ticket #24): sys/kern/subr_prf.c: revision 1.155 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.154.2.1 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.