Skip to content

Commit a42f414

Browse files
aeglij-intel
authored andcommitted
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>
1 parent 568e639 commit a42f414

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)