Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25946
b: refs/heads/master
c: 67cbeb3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent 052a891 commit 427346d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed
refs/heads/master: 67cbeb334ec2f1303dd11930b0eb0379e8e39559
2 changes: 1 addition & 1 deletion trunk/arch/mips/galileo-boards/ev96100/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
return k;
}

asmlinkage void ev96100_cpu_irq(unsigned int pending)
asmlinkage void ev96100_cpu_irq(unsigned int pending, struct pt_regs *regs)
{
do_IRQ(ffz8(pending >> 8), regs);
}
Expand Down

0 comments on commit 427346d

Please sign in to comment.