]> 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)
commitbf2bba168707d0e7d9655105472dd549d22b7474
treeae67c1a826badcd25cbe87b68c95f5c82bed23a1
parent9067aec458de60a4febf6b87c447ecc08f3f6fc7
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: e30a79f91a08 ("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