Re: [PATCH v3 1/3] Make enter_lazy_tlb inline on x86
From: David Hildenbrand (Red Hat)
Date: Thu Nov 13 2025 - 07:11:36 EST
On 13.11.25 11:52, Xie Yuanbin wrote:
This function is very short, and is called in the context switching,
which is the hot code path.
Change it to inline function
"always_inline" here and in the subject.
--
Cheers
David