Re: [PATCH 2/2] sched/fair: get this cpu once in find_new_ilb
From: Peter Zijlstra
Date: Thu Mar 19 2026 - 05:47:06 EST
On Thu, Mar 19, 2026 at 12:23:14PM +0530, Shrikanth Hegde wrote:
> smp_processor_id() is pointless to fetch in the loop. Move it out.
> No functional change.
Isn't this what compilers are for?