diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 6a86b1a9639e..29cee686b138 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /* diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 6a86b1a9639e..29cee686b138 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /* diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 6a86b1a9639e..29cee686b138 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /*