]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/cpu: Move MWAIT leaf definition to common header
authorDave Hansen <dave.hansen@linux.intel.com>
Fri, 13 Dec 2024 20:50:28 +0000 (12:50 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 18 Dec 2024 14:17:24 +0000 (06:17 -0800)
commit497f70284695bbb9b875e182554ef3f18b4a56e2
tree09f21fb2fc44bd3cb41b9970952f6dfff9f136de
parent5366d8965d35f0ea266c80e8970aa9527a9fee52
x86/cpu: Move MWAIT leaf definition to common header

Begin constructing a common place to keep all CPUID leaf definitions.
Move CPUID_MWAIT_LEAF to the CPUID header and include it where
needed.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/all/20241213205028.EE94D02A%40davehans-spike.ostc.intel.com
arch/x86/include/asm/cpuid.h
arch/x86/include/asm/mwait.h
arch/x86/kernel/acpi/cstate.c
arch/x86/kernel/hpet.c
arch/x86/kernel/process.c
arch/x86/kernel/smpboot.c
arch/x86/xen/enlighten_pv.c
drivers/acpi/acpi_pad.c
drivers/idle/intel_idle.c