Skip to content

Commit c2c887e

Browse files
committed
EDAC/skx: 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> Link: https://lore.kernel.org/r/20240520224620.9480-39-tony.luck@intel.com
1 parent 9593189 commit c2c887e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/edac/skx_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ static struct res_config skx_cfg = {
164164
};
165165

166166
static const struct x86_cpu_id skx_cpuids[] = {
167-
X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(SKYLAKE_X, X86_STEPPINGS(0x0, 0xf), &skx_cfg),
167+
X86_MATCH_VFM_STEPPINGS(INTEL_SKYLAKE_X, X86_STEPPINGS(0x0, 0xf), &skx_cfg),
168168
{ }
169169
};
170170
MODULE_DEVICE_TABLE(x86cpu, skx_cpuids);

0 commit comments

Comments
 (0)