svn commit: r323733 - stable/10/sys/x86/x86

Andriy Gapon avg at FreeBSD.org
Tue Sep 19 07:19:28 UTC 2017


Author: avg
Date: Tue Sep 19 07:19:27 2017
New Revision: 323733
URL: https://svnweb.freebsd.org/changeset/base/323733

Log:
  MFC r319212: fix indentation

Modified:
  stable/10/sys/x86/x86/identcpu.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/x86/x86/identcpu.c
==============================================================================
--- stable/10/sys/x86/x86/identcpu.c	Tue Sep 19 07:18:22 2017	(r323732)
+++ stable/10/sys/x86/x86/identcpu.c	Tue Sep 19 07:19:27 2017	(r323733)
@@ -875,7 +875,7 @@ printcpuinfo(void)
 				"\033DBE"	/* Data Breakpoint extension */
 				"\034PTSC"	/* Performance TSC */
 				"\035PL2I"	/* L2I perf count */
-		       	        "\036MWAITX"	/* MONITORX/MWAITX instructions */
+				"\036MWAITX"	/* MONITORX/MWAITX instructions */
 				"\037<b30>"
 				"\040<b31>"
 				);


More information about the svn-src-all mailing list