aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/ioapic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c
index dcc91eff..fb73eab7 100644
--- a/i386/i386at/ioapic.c
+++ b/i386/i386at/ioapic.c
@@ -93,12 +93,6 @@ picdisable(void)
*/
outb ( PIC_SLAVE_OCW, PICS_MASK );
outb ( PIC_MASTER_OCW, PICM_MASK );
-
- /*
- ** Route interrupts through IOAPIC
- */
- outb ( IMCR_SELECT, MODE_IMCR );
- outb ( IMCR_DATA, IMCR_USE_APIC );
}
void