x86/cpu: Fix #define name for Intel CPU model 0x5A
authorTony Luck <tony.luck@intel.com>
Mon, 7 Oct 2024 16:57:01 +0000 (09:57 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 4 Feb 2025 18:05:53 +0000 (10:05 -0800)
commit1e66d6cf888fd206a89b8c476b1b28b63faf7fd6
treec9003c99627926ff9fb817082648e92f4b8a87f7
parent2014c95afecee3e76ca4a56956a936e23283f05b
x86/cpu: Fix #define name for Intel CPU model 0x5A

This CPU was mistakenly given the name INTEL_ATOM_AIRMONT_MID. But it
uses a Silvermont core, not Airmont.

Change #define name to INTEL_ATOM_SILVERMONT_MID2

Reported-by: Christian Ludloff <ludloff@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20241007165701.19693-1-tony.luck%40intel.com
arch/x86/events/intel/core.c
arch/x86/include/asm/intel-family.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/tsc_msr.c
drivers/powercap/intel_rapl_common.c
drivers/staging/media/atomisp/include/linux/atomisp_platform.h
drivers/thermal/intel/intel_tcc.c
tools/power/x86/turbostat/turbostat.c