aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-19 13:30:42 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-12-03 00:12:17 +0000
commit437682eeab45ab8c8c1e027afd023e39f32f9032 (patch)
tree41bc0cc4163046d80c5a39833ad6fe1116505981 /arch/arm/mm
parentARM: 8463/1: Enable GICv2m on 32-bit virt machine (diff)
downloadlinux-dev-437682eeab45ab8c8c1e027afd023e39f32f9032.tar.xz
linux-dev-437682eeab45ab8c8c1e027afd023e39f32f9032.zip
ARM: 8456/1: code patching only works on MMU
There is no __set_fixmap implementation for NOMMU kernels, so we cannot link the kernel/patch.c file: arch/arm/kernel/built-in.o: In function `patch_map': :(.text+0x257e): undefined reference to `__set_fixmap' arch/arm/kernel/built-in.o: In function `__patch_text_real': :(.text+0x2618): undefined reference to `__set_fixmap' :(.text+0x262e): undefined reference to `__set_fixmap' To work around that, this adds dependencies for all features that rely on code patching. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm')
0 files changed, 0 insertions, 0 deletions