commit | 81cf09edc793688cbf53c3082802571e2018f3ac | [log] [tgz] |
---|---|---|
author | Alexander Kuleshov <kuleshovmail@gmail.com> | Fri Sep 04 15:43:35 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 16:54:41 2015 -0700 |
tree | 4ee31ef1d9ee0770a6a9941c342559b2e0134dd5 | |
parent | 917520e100e1db5e8dd546dd94fef070a31652a5 [diff] |
sh: use PFN_DOWN macro 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>