CLOCK_TICK_RATE
From: Rune Torgersen <hidden>
Date: 2005-08-11 15:13:25
Hi I have found that I need to set CLOCK_TICK_RATE (currently defined in include/asm-ppc/timex.h) to something else. Right now it is set to the PC timer clock value (1193180Hz). I need to set it to the frequency of my decrementer instead (busfreq/4) Right now the value of theis define means the wall-clock time on ALL ppc (and ppc64) systems that does not use the old I386 timer freqyuencly (most all?) are using the wrong values. How can I change this to be platform dependant?=20 The other problem is that it has to be hardcoded on compile time, but I'm not going to worry to much about that.