Re: How to fix 1.5x fast time (timing!) (RTC patch?)

Dave Cinege (dcinege@psychosis.com)
Wed, 21 Jan 1998 13:49:05 -0500


>>This is not an idiot question. NO adjtime will not decrease time that
>>is this fast!
...
>>Jumpers are set to 120MHz (60MHz Bus), but the CPU's are actually
>>running at 180 (90MHz bus).

>I suggest you relax this test in kernel/time.c:

Commented the sucker right out.

>That should allow you to use adjtimex.

Yes and no.

Zen-Machine# [/] date;clock
Wed Jan 21 11:01:41 EST 1998
Wed Jan 21 11:01:41 1998

Time is now right

Zen-Machine# [/] time sleep 15
real 0m10.012s
user 0m0.000s
sys 0m0.010s

Timing is still 1.5X fast. : P
BTW adjtimeconfig came up with: TICK=6671 FREQ=1271119

I need to actually go all the way back to where the bogomips and base timing are
calculated. In init/main.c I tried jiffies /= 1.5; before all the bogo calculations but it didn't
do anything (It should have from what I can see....)