projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf28363
)
[MIPS] IP27: Reformatting.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 7 Jul 2006 22:57:19 +0000
(23:57 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:14 +0000
(21:26 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-timer.c
patch
|
blob
|
history
diff --git
a/arch/mips/sgi-ip27/ip27-timer.c
b/arch/mips/sgi-ip27/ip27-timer.c
index
029d779
..
04522fa
100644
(file)
--- 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;