Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231291
b: refs/heads/master
c: e163d52
h: refs/heads/master
i:
  231289: 0ec77b7
  231287: 065553f
v: v3
  • Loading branch information
Rabin Vincent authored and Russell King committed Jan 12, 2011
1 parent 8f3c21a commit 201bf60
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: 22eeb8f6e0214a83ac6958a29a83572137f174bb
refs/heads/master: e163d529ad7ab449db36ee88dab16170de711f34
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static inline int fls(int x)
if (__builtin_constant_p(x))
return constant_fls(x);

asm("clz\t%0, %1" : "=r" (ret) : "r" (x) : "cc");
asm("clz\t%0, %1" : "=r" (ret) : "r" (x));
ret = 32 - ret;
return ret;
}
Expand Down

0 comments on commit 201bf60

Please sign in to comment.