svn commit: r344158 - stable/11/lib/libc/x86/sys

Konstantin Belousov kib at FreeBSD.org
Fri Feb 15 11:36:17 UTC 2019


Author: kib
Date: Fri Feb 15 11:36:16 2019
New Revision: 344158
URL: https://svnweb.freebsd.org/changeset/base/344158

Log:
  MFC r343859:
  Add comment noting that the strange spelling of GenuineIntel is for reason.

Modified:
  stable/11/lib/libc/x86/sys/__vdso_gettc.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/x86/sys/__vdso_gettc.c
==============================================================================
--- stable/11/lib/libc/x86/sys/__vdso_gettc.c	Fri Feb 15 11:33:48 2019	(r344157)
+++ stable/11/lib/libc/x86/sys/__vdso_gettc.c	Fri Feb 15 11:36:16 2019	(r344158)
@@ -88,6 +88,7 @@ static enum LMB
 select_lmb(void)
 {
 	u_int p[4];
+	/* Not a typo, string matches our cpuidp() registers use. */
 	static const char intel_id[] = "GenuntelineI";
 
 	cpuidp(0, p);


More information about the svn-src-all mailing list