diff --git a/sys/alpha/alpha/clock.c b/sys/alpha/alpha/clock.c index 7b5b749baef..235eabd6515 100644 --- a/sys/alpha/alpha/clock.c +++ b/sys/alpha/alpha/clock.c @@ -257,7 +257,7 @@ cpu_initclocks() tc_init(&alpha_timecounter); } - stathz = 128; + stathz = hz / 8; platform.clockintr = (void (*) __P((void *))) handleclock; /*