Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25945
b: refs/heads/master
c: 2ef2e1d
h: refs/heads/master
i:
  25943: b31852e
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent 30ef54d commit 052a891
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: c40b92e09c029ef2cb0b2287cbd222ff14ae3de8
refs/heads/master: 2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed
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 pendin)
asmlinkage void ev96100_cpu_irq(unsigned int pending)
{
do_IRQ(ffz8(pending >> 8), regs);
}
Expand Down

0 comments on commit 052a891

Please sign in to comment.