Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 13:53:04 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319212 - head/sys/x86/x86
Message-ID:  <201705301353.v4UDr4cl025486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>"
 				);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301353.v4UDr4cl025486>