From: Masahiro Yamada Date: Tue, 20 Jan 2015 02:49:35 +0000 (+0100) Subject: ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code X-Git-Tag: fixes-v4.0-rc1~125^2~1^4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a06192834414f02465cb38f4ceb88a6f02392f6;p=pandora-kernel.git ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code This line converts PHYS_OFFSET into PHYS_PFN_OFFSET. It is better to use PAGE_SHIFT rather than the magic number 12. Signed-off-by: Masahiro Yamada Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed