svn commit: r319212 - head/sys/x86/x86

Andriy Gapon avg at FreeBSD.org
Tue May 30 13:53:05 UTC 2017


Author: avg
Date: Tue May 30 13:53:03 2017
New Revision: 319212
URL: https://svnweb.freebsd.org/changeset/base/319212

Log:
  fix indentation
  
  MFC after:	4 days

Modified:
  head/sys/x86/x86/identcpu.c

Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c	Tue May 30 13:46:22 2017	(r319211)
+++ head/sys/x86/x86/identcpu.c	Tue May 30 13:53:03 2017	(r319212)
@@ -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-head mailing list