forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/x86/kernel/process_32.c
....@@ -214,7 +214,7 @@
214214 switch_fpu_finish(next_p);
215215
216216 /* Load the Intel cache allocation PQR MSR. */
217
- resctrl_sched_in();
217
+ resctrl_sched_in(next_p);
218218
219219 return prev_p;
220220 }