* [PATCH] Fix fatal typo for bcm1480
@ 2006-07-05 13:32 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2006-07-05 13:32 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-05 13:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 13:32 [PATCH] Fix fatal typo for bcm1480 Thiemo Seufer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.