Re: [PATCH] x86/irqflags: Force a register output in native_save_fl()

From: Eric Dumazet

Date: Fri Dec 19 2025 - 03:35:56 EST


On Thu, Dec 18, 2025 at 6:41 PM Uros Bizjak <ubizjak@xxxxxxxxx> wrote:
>
>

>
> You should define and use something like ASM_INPUT_RM macro
> (ASM_OUTPUT_RM ?) instead to avoid penalizing GCC. Please see
> include/linux/compiler-clang.h.

This is a possibility indeed, thanks.