summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2024-05-31 22:37:01 +0200
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2024-06-03 08:49:05 +0200
commit70a4fa3f4fc14599aae7af22d649420ab0ac7d23 (patch)
treee007172a164331711441758261a606d33674386d /drivers/platform/x86
parentplatform/x86: p2sb: Switch to new Intel CPU model defines (diff)
downloadlinux-70a4fa3f4fc14599aae7af22d649420ab0ac7d23.tar.xz
linux-70a4fa3f4fc14599aae7af22d649420ab0ac7d23.zip
platform/x86: intel_turbo_max_3: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <tony.luck@intel.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20240531203706.233365-6-tony.luck@intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r--drivers/platform/x86/intel/turbo_max_3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/turbo_max_3.c b/drivers/platform/x86/intel/turbo_max_3.c
index 892140b62898..79a0bcdeffb8 100644
--- a/drivers/platform/x86/intel/turbo_max_3.c
+++ b/drivers/platform/x86/intel/turbo_max_3.c
@@ -114,8 +114,8 @@ static int itmt_legacy_cpu_online(unsigned int cpu)
}
static const struct x86_cpu_id itmt_legacy_cpu_ids[] = {
- X86_MATCH_INTEL_FAM6_MODEL(BROADWELL_X, NULL),
- X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL),
+ X86_MATCH_VFM(INTEL_BROADWELL_X, NULL),
+ X86_MATCH_VFM(INTEL_SKYLAKE_X, NULL),
{}
};