git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917520e
)
sh: use PFN_DOWN macro
author
Alexander Kuleshov
<kuleshovmail@gmail.com>
Fri, 4 Sep 2015 22:43:35 +0000
(15:43 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 4 Sep 2015 23:54:41 +0000
(16:54 -0700)
Replace ((x) >> PAGE_SHIFT) with the predefined PFN_DOWN macro.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found