]> git.dujemihanovic.xyz Git - linux.git/commitdiff
x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define
authorTony Luck <tony.luck@intel.com>
Fri, 19 Nov 2021 17:08:32 +0000 (09:08 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 30 Nov 2021 22:05:48 +0000 (14:05 -0800)
Convention for all the other "lake" CPUs is all one word.

So s/RAPTOR_LAKE/RAPTORLAKE/

Fixes: fbdb5e8f2926 ("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
arch/x86/include/asm/intel-family.h

index 5a0bcf8b78d7c2026e93715153decec133a33869..048b6d5aff504f394baeca8d3bf1f39e816bfdd5 100644 (file)
 #define INTEL_FAM6_ALDERLAKE           0x97    /* Golden Cove / Gracemont */
 #define INTEL_FAM6_ALDERLAKE_L         0x9A    /* Golden Cove / Gracemont */
 
-#define INTEL_FAM6_RAPTOR_LAKE         0xB7
+#define INTEL_FAM6_RAPTORLAKE          0xB7
 
 /* "Small Core" Processors (Atom) */