Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189553
b: refs/heads/master
c: b01d094
h: refs/heads/master
i:
  189551: 7cd23ed
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Apr 7, 2010
1 parent 3ea8163 commit d6e5420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 0fdf86754f70e813845af4abaa805165ce57a0bb
refs/heads/master: b01d0942c2b7a3026d2b7d38b5773d3d00420e06
3 changes: 0 additions & 3 deletions trunk/include/linux/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
(bit) < (size); \
(bit) = find_next_bit((addr), (size), (bit) + 1))

/* Temporary */
#define for_each_bit(bit, addr, size) for_each_set_bit(bit, addr, size)

static __inline__ int get_bitmask_order(unsigned int count)
{
int order;
Expand Down

0 comments on commit d6e5420

Please sign in to comment.