diff options
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-irq.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip32/ip32-irq.c b/arch/mips/sgi-ip32/ip32-irq.c index c65ea76d56c7..a092860d5196 100644 --- a/arch/mips/sgi-ip32/ip32-irq.c +++ b/arch/mips/sgi-ip32/ip32-irq.c | |||
@@ -113,13 +113,11 @@ extern irqreturn_t crime_cpuerr_intr(int irq, void *dev_id); | |||
113 | 113 | ||
114 | static struct irqaction memerr_irq = { | 114 | static struct irqaction memerr_irq = { |
115 | .handler = crime_memerr_intr, | 115 | .handler = crime_memerr_intr, |
116 | .flags = IRQF_DISABLED, | ||
117 | .name = "CRIME memory error", | 116 | .name = "CRIME memory error", |
118 | }; | 117 | }; |
119 | 118 | ||
120 | static struct irqaction cpuerr_irq = { | 119 | static struct irqaction cpuerr_irq = { |
121 | .handler = crime_cpuerr_intr, | 120 | .handler = crime_cpuerr_intr, |
122 | .flags = IRQF_DISABLED, | ||
123 | .name = "CRIME CPU error", | 121 | .name = "CRIME CPU error", |
124 | }; | 122 | }; |
125 | 123 | ||