Re: [PATCH 1/3] Change enter_lazy_tlb to inline on x86

From: Rik van Riel
Date: Fri Oct 24 2025 - 16:28:21 EST


On Sat, 2025-10-25 at 02:26 +0800, Xie Yuanbin wrote:
> This function is very short, and is called in the context switching,
> so it is called very frequently.
>
> Change it to inline function on x86 to improve performance, just like
> its code in other architectures
>
> Signed-off-by: Xie Yuanbin <qq570070308@xxxxxxxxx>

Might as well inline it into what I remember
being its only caller.

Reviewed-by: Rik van Riel <riel@xxxxxxxxxxx>


--
All Rights Reversed.