x86 identcpu.c: fix formatting of the comment.

Reviewed by:	gallatin, markj
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27986
This commit is contained in:
Konstantin Belousov 2021-01-06 16:52:27 +02:00
parent 5844bd058a
commit aa9450e44b

View File

@ -223,7 +223,7 @@ static struct {
} cpu_vendors[] = {
{ INTEL_VENDOR_ID, CPU_VENDOR_INTEL }, /* GenuineIntel */
{ AMD_VENDOR_ID, CPU_VENDOR_AMD }, /* AuthenticAMD */
{ HYGON_VENDOR_ID, CPU_VENDOR_HYGON }, /* HygonGenuine*/
{ HYGON_VENDOR_ID, CPU_VENDOR_HYGON }, /* HygonGenuine */
{ CENTAUR_VENDOR_ID, CPU_VENDOR_CENTAUR }, /* CentaurHauls */
#ifdef __i386__
{ NSC_VENDOR_ID, CPU_VENDOR_NSC }, /* Geode by NSC */