Re: [PATCH] xtensa: ptrace: Remove zero-length alignment array
From: Max Filippov
Date: Wed Feb 19 2025 - 12:11:06 EST
On Wed, Feb 19, 2025 at 3:50 AM Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
>
> Use a compiler attribute to align the areg field to 16 bytes instead of
> using a zero-length alignment array.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
> arch/xtensa/include/asm/ptrace.h | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
Thanks. Applied to my xtensa tree.
-- Max