summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-05-26 15:38:01 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-05-28 00:29:14 +0100
commitcfeec79eb2587e0efc43c219558d70939d31bdc9 (patch)
tree441ed2195c82789ef076a1ad4cfede4b93390c9e /arch/arm/boot/compressed
parent0361748f3b4a1cd73657a0a44fc3bc71ea30e8eb (diff)
ARM: 8372/1: KGDB does not build on BE32
KGDB requires code patching, which only works on little-endian or newer big-endian (BE8) machines but not on the older big-endian ones (BE32) where it results in this build error: arch/arm/kernel/patch.c: In function '__patch_text_real': arch/arm/kernel/patch.c:93:4: error: implicit declaration of function '__opcode_to_mem_thumb32' [-Werror=implicit-function-declaration] insn = __opcode_to_mem_thumb32(insn); This adds a Kconfig dependency to avoid the broken case and for all other symbols that require code patching. Fixes: 23a4e4050ba9 ("arm: kgdb: Handle read-only text / modules") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed')
0 files changed, 0 insertions, 0 deletions