kernel/arch/x86/kernel/process_32.c
.. .. @@ -214,7 +214,7 @@ 214 214 switch_fpu_finish(next_p); 215 215 216 216 /* Load the Intel cache allocation PQR MSR. */ 217 - resctrl_sched_in();217 + resctrl_sched_in(next_p);218 218 219 219 return prev_p; 220 220 }