Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10106
b: refs/heads/master
c: 7edc24c
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Russell King committed Oct 26, 2005
1 parent 036ee47 commit 7580696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c34e152a494c0de8d920b70163d95235a51f4120
refs/heads/master: 7edc24c4d1924e79d3853a8d7563bcce73f31e5d
1 change: 0 additions & 1 deletion trunk/include/asm-arm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ static inline unsigned long __ffs(unsigned long word)
* the clz instruction for much better code efficiency.
*/

static __inline__ int generic_fls(int x);
#define fls(x) \
( __builtin_constant_p(x) ? generic_fls(x) : \
({ int __r; asm("clz\t%0, %1" : "=r"(__r) : "r"(x) : "cc"); 32-__r; }) )
Expand Down

0 comments on commit 7580696

Please sign in to comment.