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

From: Xie Yuanbin

Date: Thu Feb 12 2026 - 10:20:29 EST


On Wed, 11 Feb 2026 10:01:25 -0800, Dave Hansen wrote:
> 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.

Ok, thanks. I will send the new patch with your suggestion.