Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91610
b: refs/heads/master
c: 47b9d9b
h: refs/heads/master
v: v3
  • Loading branch information
Alexander van Heukelum authored and Paul Mackerras committed Apr 18, 2008
1 parent 2de9ed6 commit ed2651c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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: 11a55f2274bf0d719e4dd05f4ac5e89a15740211
refs/heads/master: 47b9d9bddf1877187d965f4dd4d7d454d8cdb50c
17 changes: 1 addition & 16 deletions trunk/include/asm-powerpc/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,23 +313,8 @@ static __inline__ int fls(unsigned int x)
return 32 - lz;
}
#include <asm-generic/bitops/fls64.h>

#include <asm-generic/bitops/hweight.h>

#define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
unsigned long find_next_zero_bit(const unsigned long *addr,
unsigned long size, unsigned long offset);
/**
* find_first_bit - find the first set bit in a memory region
* @addr: The address to start the search at
* @size: The maximum size to search
*
* Returns the bit-number of the first set bit, not the number of the byte
* containing a bit.
*/
#define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
unsigned long find_next_bit(const unsigned long *addr,
unsigned long size, unsigned long offset);
#include <asm-generic/bitops/find.h>

/* Little-endian versions */

Expand Down

0 comments on commit ed2651c

Please sign in to comment.