]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
authorThomas Huth <thuth@redhat.com>
Fri, 10 Oct 2025 13:01:15 +0000 (15:01 +0200)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 11 Nov 2025 19:35:58 +0000 (19:35 +0000)
commit639f08fc20c92c2cc373b2b4d065185daa9633e3
tree3bb847ca5f756ccb26e7152daaa03c8d390efe14
parent3a8660878839faadb4f1a6dd72c3179c1df56787
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

__ASSEMBLY__ is only defined by the Makefile of the kernel, so
this is not really useful for uapi headers (unless the userspace
Makefile defines it, too). Let's switch to __ASSEMBLER__ which
gets set automatically by the compiler when compiling assembly
code.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/uapi/asm/kvm.h
arch/arm64/include/uapi/asm/ptrace.h
arch/arm64/include/uapi/asm/sigcontext.h