Module Name: src Committed By: simonb Date: Thu Apr 8 06:06:24 UTC 2021
Modified Files: src/sys/kern: kern_tc.c Log Message: tc_init(): KASSERT that the timecounter hasn't previously been initialised by checking the tc_next field. Prevents nastly endless loops in the timecounter code. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/kern_tc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.