Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44200
b: refs/heads/master
c: 0224169
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Dec 11, 2006
1 parent 195bd3a commit 942b2b8
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: 69de7fc037c8cda6fd20a632d39461bf9d42b927
refs/heads/master: 022416967a814aa1b3a9476a842c0947a1a9d784
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int __ilog2_u32(u32 n)

#ifdef __powerpc64__
static inline __attribute__((const))
int __ilog2_u64(u32 n)
int __ilog2_u64(u64 n)
{
int bit;
asm ("cntlzd %0,%1" : "=r" (bit) : "r" (n));
Expand Down

0 comments on commit 942b2b8

Please sign in to comment.