K 10 svn:author V 5 peter K 8 svn:date V 27 2003-01-06T01:01:08.000000Z K 7 svn:log V 341 Explicitly have the timecounter init happen after the cpu_initclocks is called. Otherwise (depending on a non-deterministic sort), the timecounter code can be initialized before the clock rate has been set (on ia64) and it assumes hz = 100, rather than the real value of 1024. I'm not sure how much gets upset by this. Glanced at by: phk END