aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel/pmt/class.c
diff options
context:
space:
mode:
authorLin Shengwang <[email protected]>2022-10-08 02:27:09 +0000
committerPeter Zijlstra <[email protected]>2022-10-17 14:41:24 +0000
commite705968dd687574b6ca3ebe772683d5642759132 (patch)
treeb00cd4431ae1833323ab15ac6cb66af29483cb14 /drivers/platform/x86/intel/pmt/class.c
parentLinux 6.1-rc1 (diff)
downloadkernel-e705968dd687574b6ca3ebe772683d5642759132.tar.gz
kernel-e705968dd687574b6ca3ebe772683d5642759132.zip
sched/core: Fix comparison in sched_group_cookie_match()
In commit 97886d9dcd86 ("sched: Migration changes for core scheduling"), sched_group_cookie_match() was added to help determine if a cookie matches the core state. However, while it iterates the SMT group, it fails to actually use the RQ for each of the CPUs iterated, use cpu_rq(cpu) instead of rq to fix things. Fixes: 97886d9dcd86 ("sched: Migration changes for core scheduling") Signed-off-by: Lin Shengwang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.c')
0 files changed, 0 insertions, 0 deletions