Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276623
b: refs/heads/master
c: 13c07b0
h: refs/heads/master
i:
  276621: 3601c9d
  276619: ceb4f38
  276615: 5dc52cb
  276607: 53df5b3
v: v3
  • Loading branch information
Linus Torvalds committed Dec 13, 2011
1 parent 171a25c commit 3042292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 12870da5c3ace563902babdfa10d824fdbd4ce88
refs/heads/master: 13c07b0286d340275f2d97adf085cecda37ede37
1 change: 0 additions & 1 deletion trunk/include/linux/log2.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ unsigned long __rounddown_pow_of_two(unsigned long n)
#define rounddown_pow_of_two(n) \
( \
__builtin_constant_p(n) ? ( \
(n == 1) ? 0 : \
(1UL << ilog2(n))) : \
__rounddown_pow_of_two(n) \
)
Expand Down

0 comments on commit 3042292

Please sign in to comment.