aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-07-07 23:57:19 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-07-13 21:26:14 +0100
commit40fa4b6a07866bbd70b22b78b349960ebaef7c8e (patch)
treeed48549d41b8a974a35eb560a20d56a10ccbe134 /arch/mips
parent[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown. (diff)
downloadlinux-dev-40fa4b6a07866bbd70b22b78b349960ebaef7c8e.tar.xz
linux-dev-40fa4b6a07866bbd70b22b78b349960ebaef7c8e.zip
[MIPS] IP27: Reformatting.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/sgi-ip27/ip27-timer.c8
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)
if (irqno < 0)
panic("Can't allocate interrupt number for timer interrupt");
- irq_desc[irqno].status = IRQ_DISABLED;
- irq_desc[irqno].action = NULL;
- irq_desc[irqno].depth = 1;
- irq_desc[irqno].chip = &rt_irq_type;
+ irq_desc[irqno].status = IRQ_DISABLED;
+ irq_desc[irqno].action = NULL;
+ irq_desc[irqno].depth = 1;
+ irq_desc[irqno].chip = &rt_irq_type;
/* over-write the handler, we use our own way */
irq->handler = no_action;