summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/clock.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-31 13:32:28 +0000
committerbde <bde@FreeBSD.org>2000-05-31 13:32:28 +0000
commit2e4d43a8f4885efc445df4ef9e726f6dbc043e5f (patch)
tree3993d930cab72e02360484fcad42a623a9d54fcf /sys/i386/isa/clock.c
parent3b7e236de2f9883b0ae23d1825e6e352f9cd9e27 (diff)
downloadFreeBSD-src-2e4d43a8f4885efc445df4ef9e726f6dbc043e5f.zip
FreeBSD-src-2e4d43a8f4885efc445df4ef9e726f6dbc043e5f.tar.gz
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
new macro SWI_LOW_MASK to give the mask for low priority SWIs instead of hard-coding this mask as SWI_CLOCK_MASK. Reviewed by: dfr
Diffstat (limited to 'sys/i386/isa/clock.c')
-rw-r--r--sys/i386/isa/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index 871724c..465ea98 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/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
OpenPOWER on IntegriCloud