| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Fix fatal typo for bcm1480 |
| From: | Thiemo Seufer <ths@networkno.de> |
| Date: | Wed, 5 Jul 2006 14:32:51 +0100 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060403 |
Hello All,
this fixes a fatal typo which crept in the rewritten interrupt handler.
Thiemo
Signed-off-by: Thiemo Seufer <ths@networkno.de>
--- a/arch/mips/sibyte/bcm1480/irq.c
+++ b/arch/mips/sibyte/bcm1480/irq.c
@@ -533,7 +533,7 @@ #endif
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] Improve interrupt latency again for sb1250/bcm1480, Thiemo Seufer |
|---|---|
| Next by Date: | [PATCH] Fix build failure in sb1250_duart.c, Thiemo Seufer |
| Previous by Thread: | [PATCH] Improve interrupt latency again for sb1250/bcm1480, Thiemo Seufer |
| Next by Thread: | [PATCH] Fix build failure in sb1250_duart.c, Thiemo Seufer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |