From 942b2b8c1e4274f7fc0319190490414ecf55de18 Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 11 Dec 2006 13:16:05 +0000 Subject: [PATCH] --- yaml --- r: 44200 b: refs/heads/master c: 022416967a814aa1b3a9476a842c0947a1a9d784 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/bitops.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8dbf063ebfe3..17a23660f312 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69de7fc037c8cda6fd20a632d39461bf9d42b927 +refs/heads/master: 022416967a814aa1b3a9476a842c0947a1a9d784 diff --git a/trunk/include/asm-powerpc/bitops.h b/trunk/include/asm-powerpc/bitops.h index 0288144ea024..8f757f6246e4 100644 --- a/trunk/include/asm-powerpc/bitops.h +++ b/trunk/include/asm-powerpc/bitops.h @@ -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));