Skip to content

Commit

Permalink
x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
Browse files Browse the repository at this point in the history
There is no difference between any of the SMT siblings of a physical core.
Do not do asym_packing load balancing at this level.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20230406203148.19182-11-ricardo.neri-calderon@linux.intel.com
  • Loading branch information
Ricardo Neri authored and Peter Zijlstra committed May 8, 2023
1 parent ca528cc commit 995998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ static int x86_core_flags(void)
#ifdef CONFIG_SCHED_SMT
static int x86_smt_flags(void)
{
return cpu_smt_flags() | x86_sched_itmt_flags();
return cpu_smt_flags();
}
#endif
#ifdef CONFIG_SCHED_CLUSTER
Expand Down

0 comments on commit 995998e

Please sign in to comment.