svn commit: r323732 - stable/11/sys/x86/x86

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


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

Log:
  MFC r319212: fix indentation

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

Modified: stable/11/sys/x86/x86/identcpu.c
==============================================================================
--- stable/11/sys/x86/x86/identcpu.c	Tue Sep 19 07:02:02 2017	(r323731)
+++ stable/11/sys/x86/x86/identcpu.c	Tue Sep 19 07:18:22 2017	(r323732)
@@ -906,7 +906,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