From: Jonathan Austin Date: Thu, 12 Jul 2012 13:38:46 +0000 (+0100) Subject: ARM: select CPU_CPU15_MMU/MPU appropriately X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2^2~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66567618f37269ec55febee4dcec2a1dec1033a0;p=pandora-kernel.git ARM: select CPU_CPU15_MMU/MPU appropriately Currently CPU_V7 selects CPU_CP15_MMU, however in the case of a V7 CPU implementing the PMSA, such as the Cortex-R7, the CP15_MMU operations are not available. Selecting CPU_CP15_MPU is appropriate in this case. This patch makes CPU_CP15_MMU dependent on the use of the MMU, selecting CPU_CP15_MPU for v7 processors when !MMU is chosen. Signed-off-by: Jonathan Austin --- Reading git-diff-tree failed