aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_api.c
diff options
context:
space:
mode:
authorThomas Huth <[email protected]>2025-03-14 07:10:10 +0000
committerMax Filippov <[email protected]>2025-06-06 08:03:35 +0000
commit44a4ef59d5506c6dc7599d876a3a1014697ec480 (patch)
tree3b1827e5e9fd3e2f4c7df2bfc433cab83292aee9 /net/core/dev_api.c
parentxtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers (diff)
downloadkernel-44a4ef59d5506c6dc7599d876a3a1014697ec480.tar.gz
kernel-44a4ef59d5506c6dc7599d876a3a1014697ec480.zip
xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
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 on the __ASSEMBLER__ macro that is provided by the compilers now. This is a completely mechanical patch (done with a simple "sed -i" statement). Cc: Chris Zankel <[email protected]> Cc: Max Filippov <[email protected]> Signed-off-by: Thomas Huth <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]>
Diffstat (limited to 'net/core/dev_api.c')
0 files changed, 0 insertions, 0 deletions