Skip to content

Commit 7d697f0

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define
Convention for all the other "lake" CPUs is all one word. So s/RAPTOR_LAKE/RAPTORLAKE/ Fixes: fbdb5e8 ("x86/cpu: Add Raptor Lake to Intel family") Reported-by: Rui Zhang <rui.zhang@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lkml.kernel.org/r/20211119170832.1034220-1-tony.luck@intel.com
1 parent c0f2077 commit 7d697f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/include/asm/intel-family.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
109109
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
110110

111-
#define INTEL_FAM6_RAPTOR_LAKE 0xB7
111+
#define INTEL_FAM6_RAPTORLAKE 0xB7
112112

113113
/* "Small Core" Processors (Atom) */
114114

0 commit comments

Comments
 (0)