Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31728
b: refs/heads/master
c: 544b46d
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Russell King committed Jul 1, 2006
1 parent c84161b commit 60d814e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 119c641c9e665718f080ccde3422dd97259e0fc8
refs/heads/master: 544b46de259c8be67c042bcdfaf81f0bc6fa2e6d
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-s3c2410/bast-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ bast_irq_pc104_demux(unsigned int irq,
for (i = 0; stat != 0; i++, stat >>= 1) {
if (stat & 1) {
irqno = bast_pc104_irqs[i];

desc_handle_irq(irqno, irq_desc + irqno, regs);
desc = irq_desc + irqno;
desc_handle_irq(irqno, desc, regs);
}
}
}
Expand All @@ -156,7 +156,7 @@ static __init int bast_irq_init(void)

set_irq_chained_handler(IRQ_ISA, bast_irq_pc104_demux);

/* reigster our IRQs */
/* register our IRQs */

for (i = 0; i < 4; i++) {
unsigned int irqno = bast_pc104_irqs[i];
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s3c2410/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/err.h>
#include <linux/clk.h>

Expand Down

0 comments on commit 60d814e

Please sign in to comment.