x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>
Thu, 6 Apr 2023 20:31:46 +0000 (13:31 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 8 May 2023 08:58:37 +0000 (10:58 +0200)
commit995998ebdebd09b85c28cc46068d8a0744113837
tree5b1e7dc294ed9aeca4a68bb249c127e814930573
parentca528cc501896a808dc79c3c0544369d23b331c8
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
arch/x86/kernel/smpboot.c