Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78072
b: refs/heads/master
c: ae9cef0
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jan 29, 2008
1 parent 304cabb commit b2a16d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 52b3fc04ba3289ffa42fac84bfa35ef2613fc917
refs/heads/master: ae9cef0b7949c0d528962127f2bccf7c753949df
4 changes: 2 additions & 2 deletions trunk/arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ static inline unsigned int irq_ffs(unsigned int pending)

t0 = pending & 0x8000;
t0 = t0 < 1;
//t0 = t0 << 2;
/* t0 = t0 << 2; */
a0 = a0 - t0;
//pending = pending << t0;
/* pending = pending << t0; */

return a0;
#endif
Expand Down

0 comments on commit b2a16d9

Please sign in to comment.