forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/x86/kernel/process_64.c
....@@ -629,7 +629,7 @@
629629 }
630630
631631 /* Load the Intel cache allocation PQR MSR. */
632
- resctrl_sched_in();
632
+ resctrl_sched_in(next_p);
633633
634634 return prev_p;
635635 }