| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Fix (workaround?) for BCM Bigsur |
| From: | Thiemo Seufer <ths@networkno.de> |
| Date: | Sun, 28 Oct 2007 20:22:49 +0000 |
| 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.16 (2007-06-11) |
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;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Fix/Rewrite of the mipsnet driver, Stephen Hemminger |
|---|---|
| Next by Date: | Re: [PATCH] Fix/Rewrite of the mipsnet driver, Thiemo Seufer |
| Previous by Thread: | Question related to Linux Kernel and MIPS, Binod Roay |
| Next by Thread: | Re: Fix (workaround?) for BCM Bigsur, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |