summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2026-06-19 13:34:41 +0200
committerYury Norov <ynorov@nvidia.com>2026-07-03 12:44:17 -0400
commit16592dd1674d178ade5648df9c27df7c60b236d9 (patch)
treefdec0e8481f59c8026b7a543795f1eec22acf988 /scripts/Makefile.thinlto
parent71dfdfb0209b43dfd6f494f84f5548e4cfd18cb5 (diff)
downloadlinux-next-16592dd1674d178ade5648df9c27df7c60b236d9.tar.gz
linux-next-16592dd1674d178ade5648df9c27df7c60b236d9.zip
bitmap: 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> Signed-off-by: Yury Norov <ynorov@nvidia.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions