Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8541
b: refs/heads/master
c: 9c1ee93
h: refs/heads/master
i:
  8539: b80e305
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 12, 2005
1 parent 0a5d9af commit 4a8c8df
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: df28f34bf998795c4d4e08c1604eac0a6d84f502
refs/heads/master: 9c1ee9387c0ce06d573e2d27de10cbc24179941e
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static __inline__ int __test_bit(int nr, const volatile unsigned long * addr)
#define find_first_bit(addr, size) \
find_next_bit((addr), (size), 0)

static __inline__ int find_next_zero_bit (void * addr, int size, int offset)
static __inline__ int find_next_zero_bit (const void * addr, int size, int offset)
{
unsigned long *p = ((unsigned long *) addr) + (offset >> 5);
unsigned long result = offset & ~31UL;
Expand Down

0 comments on commit 4a8c8df

Please sign in to comment.