Re: [PATCH] memory: emif: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
From: Krzysztof Kozlowski
Date: Fri Sep 04 2026 - 11:14:30 EST
On Fri, 21 Aug 2026 09:44:12 +0200, Thomas Huth wrote:
> While the GCC and Clang compilers already define __ASSEMBLER__ auto-
> matically 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. Let's standardize now on the __ASSEMBLER__ macro to avoid
> this confusion.
>
> [...]
Applied, thanks!
[1/1] memory: emif: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
https://git.kernel.org/krzk/linux-mem-ctrl/c/8676f8e6dc8da769d5192135992a78853f9ea048
Best regards,
--
Krzysztof Kozlowski <krzk@xxxxxxxxxx>