aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStefan Agner <[email protected]>2019-03-23 11:13:14 +0000
committerRussell King <[email protected]>2019-04-23 16:20:53 +0000
commit43947b8890b4734e34e889a2df52734e0081a097 (patch)
tree51b945f6f4e1c98a7b344000eeb28977a1507f41 /tools/perf/scripts/python
parentARM: 8852/1: uaccess: use unified assembler language syntax (diff)
downloadkernel-43947b8890b4734e34e889a2df52734e0081a097.tar.gz
kernel-43947b8890b4734e34e889a2df52734e0081a097.zip
ARM: 8853/1: drop WASM to work around LLVM issue
Currently LLVM's integrated assembler does not recognize .w form of the pld instructions (LLVM Bug 40972 [0]): ./arch/arm/include/asm/processor.h:133:5: error: invalid instruction "pldw.wt%a0 n" ^ <inline asm>:2:1: note: instantiated into assembly here pldw.w [r0] ^ 1 error generated. The W macro for generating wide instructions when targeting Thumb-2 is not strictly required for the preload data instructions (pld, pldw) since they are only available as wide instructions. The GNU assembler works with or without the .w appended when compiling an Thumb-2 kernel. Drop the macro to work around LLVM Bug 40972 issue. [0] https://bugs.llvm.org/show_bug.cgi?id=40972 Signed-off-by: Stefan Agner <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions