]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/cpu: Remove get_this_hybrid_cpu_*()
authorPawan Gupta <pawan.kumar.gupta@linux.intel.com>
Thu, 12 Dec 2024 06:57:41 +0000 (22:57 -0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 12:34:52 +0000 (13:34 +0100)
commitdb5157df149709c02e6a08c0b3498553bdd2a76c
tree2fa8f72eb32967554e4a5ad2c3b074f4e52d755c
parentc4a8b7116b9927f7b00bd68140e285662a03068e
x86/cpu: Remove get_this_hybrid_cpu_*()

Because calls to get_this_hybrid_cpu_type() and
get_this_hybrid_cpu_native_id() are not required now. cpu-type and
native-model-id are cached at boot in per-cpu struct cpuinfo_topology.

Signed-off-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/r/20241211-add-cpu-type-v5-4-2ae010f50370@linux.intel.com
arch/x86/include/asm/cpu.h
arch/x86/kernel/cpu/intel.c