From: Gavin Shan Date: Wed, 12 Nov 2014 02:29:28 +0000 (+1100) Subject: powerpc/mm: Use PAGE_FACTOR X-Git-Tag: omap-for-v3.19/fixes-rc1~123^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d5304fcbc519f5fb12cbcca9c4fdd1d94447d7;p=pandora-kernel.git powerpc/mm: Use PAGE_FACTOR PAGE_FACTOR was defined to reflect the difference between configured page size and fixed 4KB page size. Replace (PAGE_SHIFT - HW_PAGE_SHIFT) with PAGE_FACTOR. Signed-off-by: Gavin Shan Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed