summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:37:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:37:38 +0000
commit8b2ecf8546179dcdabbe691338ebcf3a43960663 (patch)
tree5837256081cce6ea30474b5cdbbf26f6821b362e /c/src/lib/libcpu
parentadded code to insure that delay is always non-zero (diff)
downloadrtems-8b2ecf8546179dcdabbe691338ebcf3a43960663.tar.bz2
updates from Tony Bennett
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/hppa1.1/timer/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/timer/timer.c b/c/src/lib/libcpu/hppa1.1/timer/timer.c
index caa04bd282..104b108f2a 100644
--- a/c/src/lib/libcpu/hppa1.1/timer/timer.c
+++ b/c/src/lib/libcpu/hppa1.1/timer/timer.c
@@ -24,6 +24,7 @@ rtems_boolean Timer_driver_Find_average_overhead;
void Timer_initialize()
{
Timer_starting = get_itimer();
+ set_eiem(0x80000000);
}
#define AVG_OVERHEAD 0 /* It typically takes 3.0 microseconds */