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:
parent
ad66f95865
commit
fd90aeaabd
@ -100,6 +100,7 @@ rdtsc_mb_none(void)
|
|||||||
DEFINE_UIFUNC(static, void, rdtsc_mb, (void), static)
|
DEFINE_UIFUNC(static, void, rdtsc_mb, (void), static)
|
||||||
{
|
{
|
||||||
u_int p[4];
|
u_int p[4];
|
||||||
|
/* Not a typo, string matches our cpuidp() registers use. */
|
||||||
static const char intel_id[] = "GenuntelineI";
|
static const char intel_id[] = "GenuntelineI";
|
||||||
|
|
||||||
if ((cpu_feature & CPUID_SSE2) == 0)
|
if ((cpu_feature & CPUID_SSE2) == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user