Re: [PATCH v6 RESEND 1/3] x86/mm/tlb: Make enter_lazy_tlb() always inline on x86

From: Dave Hansen

Date: Wed Feb 11 2026 - 13:01:40 EST


On 2/11/26 07:36, Xie Yuanbin wrote:
> However, I'm a little worried that moving
> '#define enter_lazy_tlb enter_lazy_tlb' into '#ifndef MODULE' might cause
> other issues, so I placed it outside '#ifndef MODULE' outside in my
> first patch.

What kind of issues?

I mean, if it compiles, it compiles, right? The robots are there to find
the crazy stuff for us.