| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch 1/7] mips: sibyte: Add missing irq_mask function |
| From: | Thomas Gleixner <tglx@linutronix.de> |
| Date: | Sat, 23 Jul 2011 12:41:22 -0000 |
| Cc: | Ralf Baechle <ralf@linux-mips.org> |
| References: | <20110723123948.573545817@linutronix.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | quilt/0.48-1 |
Crashes on free_irq() otherwise.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/mips/sibyte/sb1250/irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/arch/mips/sibyte/sb1250/irq.c
===================================================================
--- linux-2.6.orig/arch/mips/sibyte/sb1250/irq.c
+++ linux-2.6/arch/mips/sibyte/sb1250/irq.c
@@ -178,7 +178,7 @@ static void ack_sb1250_irq(struct irq_da
static struct irq_chip sb1250_irq_type = {
.name = "SB1250-IMR",
- .irq_mask_ack = ack_sb1250_irq,
+ .irq_mask = ack_sb1250_irq,
.irq_unmask = enable_sb1250_irq,
#ifdef CONFIG_SMP
.irq_set_affinity = sb1250_set_affinity
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [patch 0/7] MIPS: Assorted fixlets and annotation patches, Thomas Gleixner |
|---|---|
| Next by Date: | [patch 2/7] mips: ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compile, Thomas Gleixner |
| Previous by Thread: | [patch 0/7] MIPS: Assorted fixlets and annotation patches, Thomas Gleixner |
| Next by Thread: | Re: [patch 1/7] mips: sibyte: Add missing irq_mask function, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |