summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorpiso <piso@FreeBSD.org>2007-02-25 14:53:55 +0000
committerpiso <piso@FreeBSD.org>2007-02-25 14:53:55 +0000
commit23a6e704c928de60b65ade1c81cf0bda829e05b6 (patch)
treeb4f5d30710c51653777e41e5097625c7fc97b3bd /sys/pc98
parent27f8ccc0d6f2a3b068434d5d62fa827c5884781e (diff)
downloadFreeBSD-src-23a6e704c928de60b65ade1c81cf0bda829e05b6.zip
FreeBSD-src-23a6e704c928de60b65ade1c81cf0bda829e05b6.tar.gz
Garbage collect a reference to INTR_FAST.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/clock.c2
-rw-r--r--sys/pc98/cbus/pcrtc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 0ebd31a..2b68e95 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -702,7 +702,7 @@ cpu_initclocks()
*/
if (!using_lapic_timer) {
intr_add_handler("clk", 0, (driver_filter_t *)clkintr, NULL,
- NULL, INTR_TYPE_CLK | INTR_FAST, NULL);
+ NULL, INTR_TYPE_CLK, NULL);
i8254_intsrc = intr_lookup_source(0);
if (i8254_intsrc != NULL)
i8254_pending =
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 0ebd31a..2b68e95 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -702,7 +702,7 @@ cpu_initclocks()
*/
if (!using_lapic_timer) {
intr_add_handler("clk", 0, (driver_filter_t *)clkintr, NULL,
- NULL, INTR_TYPE_CLK | INTR_FAST, NULL);
+ NULL, INTR_TYPE_CLK, NULL);
i8254_intsrc = intr_lookup_source(0);
if (i8254_intsrc != NULL)
i8254_pending =
OpenPOWER on IntegriCloud