summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/picirq.c b/picirq.c
index 9fd7167..28b5e5d 100644
--- a/picirq.c
+++ b/picirq.c
@@ -22,13 +22,6 @@ irq_setmask_8259A(ushort mask)
outb(IO_PIC1+1, (char)mask);
outb(IO_PIC2+1, (char)(mask >> 8));
-
- cprintf("%d: enabled interrupts:", cpu());
-
- for (i = 0; i < 16; i++)
- if (~mask & (1<<i))
- cprintf(" %d", i);
- cprintf("\n");
}
/* Initialize the 8259A interrupt controllers. */