Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62953
b: refs/heads/master
c: d5c0372
h: refs/heads/master
i:
  62951: 84df4c8
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent 7f652fb commit ba59e65
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: 8dc946307c45ab9a6f56c56371e1ccfb7155015e
refs/heads/master: d5c03726a7d0700222fe3c134c6ef834040974c5
2 changes: 1 addition & 1 deletion trunk/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 ba59e65

Please sign in to comment.