diff options
Diffstat (limited to 'arch/mips/kernel/i8259.c')
-rw-r--r-- | arch/mips/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index 32b397b646ee..2b91fe80c436 100644 --- a/arch/mips/kernel/i8259.c +++ b/arch/mips/kernel/i8259.c | |||
@@ -178,7 +178,7 @@ handle_real_irq: | |||
178 | } else { | 178 | } else { |
179 | inb(PIC_MASTER_IMR); /* DUMMY - (do we need this?) */ | 179 | inb(PIC_MASTER_IMR); /* DUMMY - (do we need this?) */ |
180 | outb(cached_master_mask, PIC_MASTER_IMR); | 180 | outb(cached_master_mask, PIC_MASTER_IMR); |
181 | outb(0x60+irq, PIC_MASTER_CMD); /* 'Specific EOI to master */ | 181 | outb(0x60+irq, PIC_MASTER_CMD); /* 'Specific EOI to master */ |
182 | } | 182 | } |
183 | smtc_im_ack_irq(irq); | 183 | smtc_im_ack_irq(irq); |
184 | raw_spin_unlock_irqrestore(&i8259A_lock, flags); | 184 | raw_spin_unlock_irqrestore(&i8259A_lock, flags); |