Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5172
b: refs/heads/master
c: 4f9a6e1
h: refs/heads/master
v: v3
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Jul 27, 2005
1 parent 65d04cb commit aff1c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: e9c3d6b925e0fdb5e62fad6d81e4004897cfe79d
refs/heads/master: 4f9a6e101a962dd845eda69fa066184457968228
6 changes: 3 additions & 3 deletions trunk/include/asm-v850/bitops.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* include/asm-v850/bitops.h -- Bit operations
*
* Copyright (C) 2001,02,03,04 NEC Electronics Corporation
* Copyright (C) 2001,02,03,04 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,02,03,04,05 NEC Electronics Corporation
* Copyright (C) 2001,02,03,04,05 Miles Bader <miles@gnu.org>
* Copyright (C) 1992 Linus Torvalds.
*
* This file is subject to the terms and conditions of the GNU General
Expand Down Expand Up @@ -157,7 +157,7 @@ extern __inline__ int __test_bit (int nr, const void *addr)
#define find_first_zero_bit(addr, size) \
find_next_zero_bit ((addr), (size), 0)

extern __inline__ int find_next_zero_bit (void *addr, int size, int offset)
extern __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 aff1c80

Please sign in to comment.