summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-05-26 17:38:01 +0300
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-05-28 02:29:14 +0300
commitcfeec79eb2587e0efc43c219558d70939d31bdc9 (patch)
tree441ed2195c82789ef076a1ad4cfede4b93390c9e /tools/perf/scripts/python/export-to-postgresql.py
parent0361748f3b4a1cd73657a0a44fc3bc71ea30e8eb (diff)
downloadlinux-cfeec79eb2587e0efc43c219558d70939d31bdc9.tar.xz
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions