summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2026-06-19 13:56:51 +0200
committerThierry Reding <treding@nvidia.com>2026-07-31 17:39:10 +0200
commitaa5d0900ee9d5772a23316ef129d3c29b497d721 (patch)
tree85b91c884ff9fe9df9808cc89242263b2c48b294 /tools/lib/python
parent7acac0cabaac6967e1f987bfedd4418204c813a7 (diff)
ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__
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> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions