Decrease the number of ticks between clock interrupts by a factor of ten

to place more pressure on the exception handling code.
This commit is contained in:
Doug Rabson 2000-10-19 20:37:28 +00:00
parent 2a4f0b6fd4
commit 45b56a5505
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67324

View File

@ -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 */