summaryrefslogtreecommitdiff
path: root/sys/amd64/isa/clock.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-31 13:32:28 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-31 13:32:28 +0000
commit5f582114ddc4a87d3f82c2a97c0032f125937150 (patch)
tree843420ed0b3c1a5f7a4eec6cb142adb9186cfd1d /sys/amd64/isa/clock.c
parent1bcc7e80bfab2b6c7341c9fee0debb31494f68c1 (diff)
Notes
Diffstat (limited to 'sys/amd64/isa/clock.c')
-rw-r--r--sys/amd64/isa/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 871724cda99e..465ea9849601 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -134,7 +134,7 @@ int clkintr_pending;
int disable_rtc_set; /* disable resettodr() if != 0 */
volatile u_int idelayed;
int statclock_disable;
-u_int stat_imask = SWI_CLOCK_MASK;
+u_int stat_imask = SWI_LOW_MASK;
#ifndef TIMER_FREQ
#define TIMER_FREQ 1193182
#endif