Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292705
b: refs/heads/master
c: b893485
h: refs/heads/master
i:
  292703: 1d36f1d
v: v3
  • Loading branch information
Joerg Roedel authored and H. Peter Anvin committed Feb 24, 2012
1 parent ff3eced commit b1668e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d66acc39c7cee323733c8503b9de1821a56dff7e
refs/heads/master: b893485db994b17402524d3d700b950294cb6c97
4 changes: 2 additions & 2 deletions trunk/include/asm-generic/getorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ int __get_order(unsigned long size)
#define get_order(n) \
( \
__builtin_constant_p(n) ? ( \
(n == 0UL) ? BITS_PER_LONG - PAGE_SHIFT : \
((n < (1UL << PAGE_SHIFT)) ? 0 : \
((n) == 0UL) ? BITS_PER_LONG - PAGE_SHIFT : \
(((n) < (1UL << PAGE_SHIFT)) ? 0 : \
ilog2((n) - 1) - PAGE_SHIFT + 1) \
) : \
__get_order(n) \
Expand Down

0 comments on commit b1668e4

Please sign in to comment.