[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241029101507.7188-1-patryk.wlazlyn@linux.intel.com>
Date: Tue, 29 Oct 2024 11:15:04 +0100
From: Patryk Wlazlyn <patryk.wlazlyn@...ux.intel.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org,
rafael.j.wysocki@...el.com,
len.brown@...el.com,
artem.bityutskiy@...ux.intel.com,
dave.hansen@...ux.intel.com,
patryk.wlazlyn@...ux.intel.com
Subject: [PATCH v2 0/3] SRF: Fix offline CPU preventing pc6 entry
Sending a tiny change in response to a suggestion I got off-list.
Changes since v1:
* Remove explicit assignment to global, play_dead_mwait_hint as
suggested by Dave Hansen off-list, to prevent compiler from
moving it out of the .bss.
Patryk Wlazlyn (3):
x86/smp: Move mwait hint computation out of mwait_play_dead
x86/smp: Allow forcing the mwait hint for play dead loop
intel_idle: Identify the deepest cstate for SRF
arch/x86/include/asm/smp.h | 3 +++
arch/x86/kernel/smpboot.c | 54 ++++++++++++++++++++++++++------------
drivers/idle/intel_idle.c | 12 +++++++++
3 files changed, 52 insertions(+), 17 deletions(-)
--
2.47.0
Powered by blists - more mailing lists