Skip to content

Commit ddb1554

Browse files
committed
intel_idle: Rescan "dead" SMT siblings during initialization
JIRA: https://issues.redhat.com/browse/RHEL-113139 commit a430c11 Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Date: Thu Jun 5 17:06:08 2025 +0200 intel_idle: Rescan "dead" SMT siblings during initialization Make intel_idle_init() call arch_cpu_rescan_dead_smt_siblings() after successfully registering intel_idle as the cpuidle driver so as to allow the "dead" SMT siblings (if any) to go into deep idle states. This is necessary for the processor to be able to reach deep package C-states (like PC10) going forward which is requisite for reducing power sufficiently in suspend-to-idle, among other things. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Tested-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Link: https://patch.msgid.link/10669885.nUPlyArG6x@rjwysocki.net Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 7e9ae2c commit ddb1554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/idle/intel_idle.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2505,6 +2505,8 @@ static int __init intel_idle_init(void)
25052505
pr_debug("Local APIC timer is reliable in %s\n",
25062506
boot_cpu_has(X86_FEATURE_ARAT) ? "all C-states" : "C1");
25072507

2508+
arch_cpu_rescan_dead_smt_siblings();
2509+
25082510
return 0;
25092511

25102512
hp_setup_fail:

0 commit comments

Comments
 (0)