summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-19 20:37:28 +0000
committerdfr <dfr@FreeBSD.org>2000-10-19 20:37:28 +0000
commitb01a288a0c1fe42385953a3fb3f8e3d3c6800ccb (patch)
tree1499e66049181e3ac77bcebca13b04e18a0b425e
parentbf986ce4eaf37ef3dbeb2aeb73b283bfebab468c (diff)
downloadFreeBSD-src-b01a288a0c1fe42385953a3fb3f8e3d3c6800ccb.zip
FreeBSD-src-b01a288a0c1fe42385953a3fb3f8e3d3c6800ccb.tar.gz
Decrease the number of ticks between clock interrupts by a factor of ten
to place more pressure on the exception handling code.
-rw-r--r--sys/ia64/ia64/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/clock.c b/sys/ia64/ia64/clock.c
index 30561ab..2f036da 100644
--- a/sys/ia64/ia64/clock.c
+++ b/sys/ia64/ia64/clock.c
@@ -177,7 +177,7 @@ cpu_initclocks()
/*
* XXX we should call SAL_FREQ_BASE_INTERVAL_TIMER here.
*/
- cycles_per_sec = 700000000;
+ cycles_per_sec = 70000000;
ia64_set_itm(ia64_get_itc() + (cycles_per_sec + hz/2) / hz);
ia64_set_itv(240); /* highest priority class */
OpenPOWER on IntegriCloud