Skip to content

Commit 995998e

Browse files
ricardonPeter Zijlstra
authored and
Peter Zijlstra
committed
x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
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
1 parent ca528cc commit 995998e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/smpboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ static int x86_core_flags(void)
552552
#ifdef CONFIG_SCHED_SMT
553553
static int x86_smt_flags(void)
554554
{
555-
return cpu_smt_flags() | x86_sched_itmt_flags();
555+
return cpu_smt_flags();
556556
}
557557
#endif
558558
#ifdef CONFIG_SCHED_CLUSTER

0 commit comments

Comments
 (0)