Skip to content

Commit c73cd37

Browse files
aeglbp3tk0v
authored andcommitted
x86/cpu: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/all/20240424181511.41753-1-tony.luck%40intel.com
1 parent fe3edc5 commit c73cd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* asm/cpu_device_id.h contains a set of useful macros which are shortcuts
2626
* for various common selections. The above can be shortened to:
2727
*
28-
* X86_MATCH_INTEL_FAM6_MODEL(BROADWELL, NULL);
28+
* X86_MATCH_VFM(INTEL_BROADWELL, NULL);
2929
*
3030
* Arrays used to match for this should also be declared using
3131
* MODULE_DEVICE_TABLE(x86cpu, ...)

0 commit comments

Comments
 (0)