git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23414b
)
powerpc: Fix find_next_bit on 32-bit
author
Paul Mackerras
<paulus@samba.org>
Thu, 10 Nov 2005 01:01:41 +0000
(12:01 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 10 Nov 2005 01:01:41 +0000
(12:01 +1100)
We had a "64" that didn't get changed to BITS_PER_LONG, resulting
in find_next_bit not working correctly.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found