From: Arnd Bergmann Date: Tue, 26 May 2015 15:07:51 +0000 (+0100) Subject: ARM: 8379/1: disable CONFIG_PTDUMP on !MMU X-Git-Tag: omap-for-v4.3/legacy-v2-signed~129^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ba508d215184746450467ce75685df255720b4;p=pandora-kernel.git ARM: 8379/1: disable CONFIG_PTDUMP on !MMU It's obviously pointless to dump page tables when the MMU is disabled, and even trying to build this code results in numerous build errors like these: ../arch/arm/mm/dump.c:56:11: error: 'L_PTE_USER' undeclared here (not in a function) .mask = L_PTE_USER, ^ ../arch/arm/mm/dump.c:61:11: error: 'L_PTE_RDONLY' undeclared here (not in a function) .mask = L_PTE_RDONLY, ^ ../arch/arm/mm/dump.c:66:11: error: 'L_PTE_XN' undeclared here (not in a function) .mask = L_PTE_XN, ^ Signed-off-by: Arnd Bergmann Signed-off-by: Russell King --- Reading git-diff-tree failed