summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2026-06-19 14:58:27 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2026-06-29 12:06:07 +0200
commit7b06ff772080919fdb194c95af6b1e3acb079b71 (patch)
tree74c1fcfe978e0792421e1449cf7e0cb48fa85fb4 /tools/perf/scripts/python/bin
parentdc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff)
ARM: s3c: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
While the GCC and Clang compilers already define __ASSEMBLER__ automatically when compiling assembly code, __ASSEMBLY__ is a macro that only gets defined by the Makefiles in the kernel. This can be very confusing when switching between userspace and kernelspace coding, or when dealing with uapi headers that rather should use __ASSEMBLER__ instead. So let's standardize now on the __ASSEMBLER__ macro that is provided by the compilers. This is a completely mechanical patch (done with a simple "sed -i" statement). Signed-off-by: Thomas Huth <thuth@redhat.com> Link: https://patch.msgid.link/20260619125827.215977-1-thuth@redhat.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions