Skip to content

Commit

Permalink
alpha: long constant
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent 8dc9463 commit d5c0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-alpha/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static inline int fls64(unsigned long x)
{
unsigned long t, a, r;

t = __kernel_cmpbge (x, 0x0101010101010101);
t = __kernel_cmpbge (x, 0x0101010101010101UL);
a = __flsm1_tab[t];
t = __kernel_extbl (x, a);
r = a*8 + __flsm1_tab[t] + (x != 0);
Expand Down

0 comments on commit d5c0372

Please sign in to comment.