mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
6e61e85b09
commit
5af1c7a4d4
@ -534,7 +534,7 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
|
||||
mask_l = __raw_readq(
|
||||
IOADDR(base + R_BCM1480_IMR_INTERRUPT_STATUS_BASE_L));
|
||||
|
||||
if (!mask_h) {
|
||||
if (mask_h) {
|
||||
if (mask_h ^ 1)
|
||||
do_IRQ(63 - dclz(mask_h), regs);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user