diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-timer.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-timer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index 029d779bfe75..04522faada96 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c | |||
@@ -232,10 +232,10 @@ static void ip27_timer_setup(struct irqaction *irq) | |||
232 | if (irqno < 0) | 232 | if (irqno < 0) |
233 | panic("Can't allocate interrupt number for timer interrupt"); | 233 | panic("Can't allocate interrupt number for timer interrupt"); |
234 | 234 | ||
235 | irq_desc[irqno].status = IRQ_DISABLED; | 235 | irq_desc[irqno].status = IRQ_DISABLED; |
236 | irq_desc[irqno].action = NULL; | 236 | irq_desc[irqno].action = NULL; |
237 | irq_desc[irqno].depth = 1; | 237 | irq_desc[irqno].depth = 1; |
238 | irq_desc[irqno].chip = &rt_irq_type; | 238 | irq_desc[irqno].chip = &rt_irq_type; |
239 | 239 | ||
240 | /* over-write the handler, we use our own way */ | 240 | /* over-write the handler, we use our own way */ |
241 | irq->handler = no_action; | 241 | irq->handler = no_action; |