From: Russell King Date: Sat, 3 Aug 2013 09:39:51 +0000 (+0100) Subject: ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-like... X-Git-Tag: v3.11-rc4~8^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0cc8a5d90bc7373a7a9e7f7a40eb41f51e03fc;p=pandora-kernel.git ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-like page) Olof reports that noMMU builds error out with: arch/arm/kernel/signal.c: In function 'setup_return': arch/arm/kernel/signal.c:413:25: error: 'mm_context_t' has no member named 'sigpage' This shows one of the evilnesses of IS_ENABLED(). Get rid of it here and replace it with #ifdef's - and as no noMMU platform can make use of sigpage, depend on CONIFG_MMU not CONFIG_ARM_MPU. Reported-by: Olof Johansson Signed-off-by: Russell King --- Reading git-diff-tree failed