Skip to content

Commit 044f0e2

Browse files
yu-chen-surfPeter Zijlstra
authored andcommitted
x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processors
Intel Meteor Lake hybrid processors have cores in two separate dies. The cores in one of the dies have higher maximum frequency. Use the SD_ASYM_ PACKING flag to give higher priority to the die with CPUs of higher maximum frequency. Suggested-by: Ricardo Neri <[email protected]> Signed-off-by: Chen Yu <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 046a5a9 commit 044f0e2

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
@@ -583,7 +583,7 @@ static struct sched_domain_topology_level x86_hybrid_topology[] = {
583583
#ifdef CONFIG_SCHED_MC
584584
{ cpu_coregroup_mask, x86_core_flags, SD_INIT_NAME(MC) },
585585
#endif
586-
{ cpu_cpu_mask, SD_INIT_NAME(DIE) },
586+
{ cpu_cpu_mask, x86_sched_itmt_flags, SD_INIT_NAME(DIE) },
587587
{ NULL, },
588588
};
589589

0 commit comments

Comments
 (0)