Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125683
b: refs/heads/master
c: 96b8d4c
h: refs/heads/master
i:
  125681: e1d668d
  125679: a35050c
v: v3
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent 1d74c96 commit 4385a5b
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: 165ac433fa3f01ba99b29972f3adc283d03b0f17
refs/heads/master: 96b8d4c19d797200b973caab57ca842531184c13
5 changes: 5 additions & 0 deletions trunk/arch/avr32/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ static inline int fls(unsigned long word)
return 32 - result;
}

static inline int __fls(unsigned long word)
{
return fls(word) - 1;
}

unsigned long find_first_zero_bit(const unsigned long *addr,
unsigned long size);
unsigned long find_next_zero_bit(const unsigned long *addr,
Expand Down

0 comments on commit 4385a5b

Please sign in to comment.