diff options
| author | Thomas Huth <thuth@redhat.com> | 2026-04-21 13:30:12 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-04-30 12:53:06 +0200 |
| commit | 5a59e82f95d3521fa64f24b6450417ee098d8546 (patch) | |
| tree | 3979c7be6ca70e8aec53bd0c6dea5f605bb931d2 /drivers/platform/wmi/tests/git@git.tavy.me:linux.git | |
| parent | 96c0c9b488502c89e91f32353b853422a45a1646 (diff) | |
irqchip/gic: 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.
Standardize now on the __ASSEMBLER__ macro that is provided by the
compilers.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260421113012.146528-1-thuth@redhat.com
Diffstat (limited to 'drivers/platform/wmi/tests/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
