K 10 svn:author V 5 peter K 8 svn:date V 27 2003-09-22T23:02:24.000000Z K 7 svn:log V 327 MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont initialize a TSC timecounter until we know if it is broke or not. XXX I think there is a bug in the i386 code here. init_TSC_tc() comes after: if (statclock_disable) return; ie: if you turn off the statclock interrupt, you dont get the TSC either. END