We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3edc5 commit c73cd37Copy full SHA for c73cd37
arch/x86/kernel/cpu/match.c
@@ -25,7 +25,7 @@
25
* asm/cpu_device_id.h contains a set of useful macros which are shortcuts
26
* for various common selections. The above can be shortened to:
27
*
28
- * X86_MATCH_INTEL_FAM6_MODEL(BROADWELL, NULL);
+ * X86_MATCH_VFM(INTEL_BROADWELL, NULL);
29
30
* Arrays used to match for this should also be declared using
31
* MODULE_DEVICE_TABLE(x86cpu, ...)
0 commit comments