]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92f0e59cd800ca26e982b57e1d834a79e0756034
treeae67c1a826badcd25cbe87b68c95f5c82bed23a1
parent986689e0638a91fae7f4407c5af75cf0156bb646
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: 089953e84253 ("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