mbox series

[v2,0/3] SRF: Fix offline CPU preventing pc6 entry

Message ID 20241029101507.7188-1-patryk.wlazlyn@linux.intel.com (mailing list archive)
Headers show
Series SRF: Fix offline CPU preventing pc6 entry | expand

Message

Patryk Wlazlyn Oct. 29, 2024, 10:15 a.m. UTC
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(-)