From: Scott Wood Date: Thu, 16 Apr 2015 00:40:23 +0000 (-0500) Subject: powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~6^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7d2b74a9dd9140053f143e1c94da0fef3c1109;p=pandora-kernel.git powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA __flush_dcache_icache_phys() requires the ability to access the memory with the MMU disabled, which means that on a 32-bit system any memory above 4 GiB is inaccessible. In particular, mpc86xx is 32-bit and can have more than 4 GiB of RAM. Signed-off-by: Scott Wood --- Reading git-diff-tree failed