aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorThomas Huth <[email protected]>2025-03-14 07:10:03 +0000
committerJohn Paul Adrian Glaubitz <[email protected]>2025-06-07 13:16:21 +0000
commit9cc646950eefda5605111cbc387b00b1f741c239 (patch)
tree2e70fdc7e8ffaacf729d37c2d28fbe331d67e721 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentLinux 6.15-rc1 (diff)
downloadkernel-9cc646950eefda5605111cbc387b00b1f741c239.tar.gz
kernel-9cc646950eefda5605111cbc387b00b1f741c239.zip
sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in all 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: Yoshinori Sato <[email protected]> Cc: Rich Felker <[email protected]> Cc: John Paul Adrian Glaubitz <[email protected]> Cc: [email protected] Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions