Module Name: src Committed By: riastradh Date: Sat Jun 30 22:47:51 UTC 2018
Modified Files: src/sys/kern: kern_ntptime.c kern_tc.c Log Message: Sprinkle cold conditionals to make tc_ticktock before inittimecounter. Enables Xen to boot again. XXX Maybe we should have a tc_ticktock_cold instead or something so we don't have to reach this far into the call graph. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/kern/kern_ntptime.c cvs rdiff -u -r1.49 -r1.50 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.