Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24154
b: refs/heads/master
c: 3156054
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 26, 2006
1 parent 753bca4 commit 4be9735
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: 4668f0cd0abd41a908ec7aa292e91fd158e0c8f8
refs/heads/master: 3156054b02e263387d6cd27fd1b05eba2bc25459
2 changes: 1 addition & 1 deletion trunk/include/asm-parisc/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static __inline__ unsigned long __ffs(unsigned long x)
}

/* Undefined if no bit is zero. */
#define ffz(x) __ffs(~x)
#define ffz(x) __ffs(~(x))

/*
* ffs: find first bit set. returns 1 to BITS_PER_LONG or 0 (if none set)
Expand Down

0 comments on commit 4be9735

Please sign in to comment.