Add comment noting that the strange spelling of GenuineIntel is for reason.

Requested by:	rpokala
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2019-02-07 03:58:29 +00:00
parent ad66f95865
commit fd90aeaabd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343859

View File

@ -100,6 +100,7 @@ rdtsc_mb_none(void)
DEFINE_UIFUNC(static, void, rdtsc_mb, (void), static)
{
u_int p[4];
/* Not a typo, string matches our cpuidp() registers use. */
static const char intel_id[] = "GenuntelineI";
if ((cpu_feature & CPUID_SSE2) == 0)