Commit 7d697f0d authored by Tony Luck's avatar Tony Luck Committed by Dave Hansen
Browse files

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: fbdb5e8f ("x86/cpu: Add Raptor Lake to Intel family")
Reported-by: default avatarRui Zhang <rui.zhang@intel.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarDave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20211119170832.1034220-1-tony.luck@intel.com
parent c0f2077b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@
#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) */