summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/clock.c b/sys/alpha/alpha/clock.c
index 7b5b749..235eabd 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;
/*
OpenPOWER on IntegriCloud