Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Fix (workaround?) for BCM Bigsur
@ 2007-10-28 20:22 Thiemo Seufer
  2007-10-28 20:43 ` Ralf Baechle
  2007-10-28 23:36 ` Ralf Baechle
  0 siblings, 2 replies; 5+ messages in thread
From: Thiemo Seufer @ 2007-10-28 20:22 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Hello All,

the appended patchlet allows to boot current HEAD on a BCM1480.
Without it the kernel dies in an unhandled interrupt loop.


Thiemo


Signed-off-by: Thiemo Seufer <ths@networkno.de>
---
diff --git a/arch/mips/sibyte/bcm1480/time.c b/arch/mips/sibyte/bcm1480/time.c
index 610f025..9344c7b 100644
--- a/arch/mips/sibyte/bcm1480/time.c
+++ b/arch/mips/sibyte/bcm1480/time.c
@@ -142,7 +142,6 @@ void __cpuinit sb1480_clockevent_init(void)
 			R_BCM1480_IMR_INTERRUPT_MAP_BASE_H) + (irq << 3)));
 
 	bcm1480_unmask_irq(cpu, irq);
-	bcm1480_steal_irq(irq);
 
 	action->handler	= sibyte_counter_handler;
 	action->flags	= IRQF_DISABLED | IRQF_PERCPU;

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-29 12:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-28 20:22 Fix (workaround?) for BCM Bigsur Thiemo Seufer
2007-10-28 20:43 ` Ralf Baechle
2007-10-29 11:44   ` Thiemo Seufer
2007-10-29 12:17     ` Ralf Baechle
2007-10-28 23:36 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox