From: Studencki P. <Paw...@er...> - 2001-02-09 12:28:36
|
Hello, last days I've tried to get working a new kernel 2.4.0. Earlier I' ve worked with 2.3.99-pre7. Since the version 2.3.99-pre9 (I think) there are some changes with clock ticks - this could be a reason of my troubles with new kernel. my boot messages: Linux version 2.4.0-test11 (root@capella) (gcc version 2.97 20001120 (experimental)) #43 Fri Feb 9 11:04:47 MET 2001 On node 0 totalpages: 4096 zone(0): 4096 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: SH RTC: invalid value, resetting to 1 Jan 2000 CPU clock: 75.18MHz Bus clock: 25.06MHz Module clock: 25.06MHz Interval = 62656 Calibrating delay loop... and that's all. I looked at the code and there some differences in calculates of some time parameters: Module clock and Interval. with my old kernel (2.3.99-pre7) I got these values: CPU clock: 75.18MHz Module clock: 75.18MHz <----------------- Interval = 187965 <---------------------- Calibrating delay loop... 149.91 BogoMIPS <--------------- they are different than values for 2.4.0. is it ok? Is this a configuration problem or ...? (i'm using SH7709 chip) I would be grateful for any tips and explanation of this case, regards Pawel |