On 6/5/25 11:21, Thomas Huth wrote:
> On 14/03/2025 08.09, Thomas Huth wrote:
>> 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: Vineet Gupta <vgu...@kernel.org>
>> Cc: linux-snps-arc@lists.infradead.org
>> Signed-off-by: Thomas Huth <th...@redhat.com>
>> ---
[snip...]

>> Friendly ping!
>>
>> Vineet, could you maybe pick this (and the previous patch) up via your arc 
>> tree? (x86 and parisc already got merge via their respective architecture 
>> trees, so I guess the same should happen for this patch here, too).

Sorry, this fell thru cracks. I will queue this up for 6.16 fixes, once rc1 is
out and we can start pushing new code for landing into linux-next again.

Thx,
-Vineet

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Reply via email to