Re: [PATCH] ARM: imx: Replace __ASSEMBLY__ with __ASSEMBLER__

From: Frank . Li

Date: Mon Aug 31 2026 - 16:43:21 EST


From: Frank Li <Frank.Li@xxxxxxx>


On Fri, 21 Aug 2026 10:28:09 +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] ARM: imx: Replace __ASSEMBLY__ with __ASSEMBLER__
commit: dc5bfc682b4df23b105ceacd387865a42099aba9

Best regards,
--
Frank Li <Frank.Li@xxxxxxx>