summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/picirq.c b/picirq.c
index c7c5482..abfe663 100644
--- a/picirq.c
+++ b/picirq.c
@@ -73,6 +73,6 @@ pic_init(void)
outb(IO_PIC2, 0x68); /* OCW3 */
outb(IO_PIC2, 0x0a); /* OCW3 */
- if (irq_mask_8259A != 0xFFFF)
+ if(irq_mask_8259A != 0xFFFF)
irq_setmask_8259A(irq_mask_8259A);
}