Re: [PATCH] MIPS: Remove unnecessary zero-length struct member
From: Thorsten Blum
Date: Wed Apr 16 2025 - 11:25:27 EST
On 16. Apr 2025, at 04:33, Maciej W. Rozycki wrote:
> On Fri, 11 Apr 2025, Thorsten Blum wrote:
>
>> Remove the zero-length struct member '__last' and use sizeof() to
>> calculate the value for MAX_REG_OFFSET.
>>
>> No functional changes intended.
>
> Have you verified that there's no change except for timestamp data in
> (non-debug) `vmlinux' produced with and w/o the patch applied?
Just did - and yes, the binaries are identical.
Thanks,
Thorsten