diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-07 18:57:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:14 -0400 |
commit | 40fa4b6a07866bbd70b22b78b349960ebaef7c8e (patch) | |
tree | ed48549d41b8a974a35eb560a20d56a10ccbe134 /arch/mips/sgi-ip27 | |
parent | bf283630d0990f2ad80bb4601ff275f9d41a579e (diff) |
[MIPS] IP27: Reformatting.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
-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; |