Skip to content

Commit fef71f2

Browse files
committed
platform/x86: intel_speed_select_if: Switch to new Intel CPU model defines
JIRA: https://issues.redhat.com/browse/RHEL-65196 commit a42f414 Author: Tony Luck <tony.luck@intel.com> Date: Fri May 31 13:37:04 2024 -0700 platform/x86: intel_speed_select_if: 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: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20240531203706.233365-9-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> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent 5b56470 commit fef71f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static struct notifier_block isst_pm_nb = {
159159
};
160160

161161
static const struct x86_cpu_id isst_if_cpu_ids[] = {
162-
X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL),
162+
X86_MATCH_VFM(INTEL_SKYLAKE_X, NULL),
163163
{}
164164
};
165165
MODULE_DEVICE_TABLE(x86cpu, isst_if_cpu_ids);

0 commit comments

Comments
 (0)