Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17791
b: refs/heads/master
c: 3960f2f
h: refs/heads/master
i:
  17789: b7bd533
  17787: 29f1223
  17783: 6f59f39
  17775: a31cfe8
  17759: 7838c68
  17727: f6a629e
  17663: 5ac8c4b
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jan 10, 2006
1 parent 2484650 commit 5f7bd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 845884d332c060b0dfc54ba5a580d0f1a99c58a2
refs/heads/master: 3960f2faaf0a67ad352bd5d4085e43f19f33ab91
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static __inline__ int find_next_zero_bit (const void * addr, int size, int offse
tmp = *p;

found_first:
tmp |= ~0UL >> size;
tmp |= ~0UL << size;
found_middle:
return result + ffz(tmp);
}
Expand Down

0 comments on commit 5f7bd12

Please sign in to comment.