K 10 svn:author V 4 jkim K 8 svn:date V 27 2011-04-04T22:56:33.296311Z K 7 svn:log V 343 Use cpu_ticks() for get_cyclecount(9) rather than checking existence of TSC at run-time on i386. cpu_ticks() is set to use RDTSC early enough on i386 where it is available. Otherwise, cpu_ticks() is driven by the current timecounter hardware as binuptime(9) does. This also avoids unnecessary namespace pollution from . END