Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125685
b: refs/heads/master
c: 434ae51
h: refs/heads/master
i:
  125683: 4385a5b
v: v3
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent feadecb commit c187234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ccec25ff69d5f48c7a088c16fe2dc7e11d9e87fe
refs/heads/master: 434ae514c23047db87a8bbf39cebc9e1767aea44
5 changes: 5 additions & 0 deletions trunk/include/asm-m68k/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ static inline int fls(int x)
return 32 - cnt;
}

static inline int __fls(int x)
{
return fls(x) - 1;
}

#include <asm-generic/bitops/fls64.h>
#include <asm-generic/bitops/sched.h>
#include <asm-generic/bitops/hweight.h>
Expand Down

0 comments on commit c187234

Please sign in to comment.