Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56623
b: refs/heads/master
c: 1a06a52
h: refs/heads/master
i:
  56621: 457f5aa
  56619: ed16d39
  56615: 28a0c95
  56607: 33405a7
v: v3
  • Loading branch information
Rolf Eike Beer authored and Linus Torvalds committed May 19, 2007
1 parent b478bf9 commit 3ee4d3f
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: 18963c01b8abf381f102752ce024c3582a716125
refs/heads/master: 1a06a52ee1b0cdb65222474ba6186f3991df68b0
2 changes: 1 addition & 1 deletion trunk/include/linux/log2.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ unsigned long __roundup_pow_of_two(unsigned long n)
#define roundup_pow_of_two(n) \
( \
__builtin_constant_p(n) ? ( \
(n == 1) ? 0 : \
(n == 1) ? 1 : \
(1UL << (ilog2((n) - 1) + 1)) \
) : \
__roundup_pow_of_two(n) \
Expand Down

0 comments on commit 3ee4d3f

Please sign in to comment.