Make stathz match reality on platforms like the 4100 where hz!=1024

It might be more correct to make stathz as close as possible to 128,
but that would involve adding complexity to the clock intr path, which
I don't want to do.
This commit is contained in:
Andrew Gallatin 2001-04-27 18:21:25 +00:00
parent 1fed00197f
commit e5878540ed

View file

@ -257,7 +257,7 @@ cpu_initclocks()
tc_init(&alpha_timecounter);
}
stathz = 128;
stathz = hz / 8;
platform.clockintr = (void (*) __P((void *))) handleclock;
/*