Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 03:13:44 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346729 - head/sys/powerpc/include
Message-ID:  <201904260313.x3Q3DiUG065484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Fri Apr 26 03:13:44 2019
New Revision: 346729
URL: https://svnweb.freebsd.org/changeset/base/346729

Log:
  powerpc: Fix whitespace in SPR header.

Modified:
  head/sys/powerpc/include/spr.h

Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h	Fri Apr 26 02:30:03 2019	(r346728)
+++ head/sys/powerpc/include/spr.h	Fri Apr 26 03:13:44 2019	(r346729)
@@ -122,19 +122,19 @@
 #define	SPR_EID			0x051	/* ..8 Exception Interrupt ??? */
 #define	SPR_NRI			0x052	/* ..8 Exception Interrupt ??? */
 #define	SPR_FSCR		0x099	/* Facility Status and Control Register */
-#define FSCR_IC_MASK		  0xFF00000000000000ULL	/* FSCR[0:7] is Interrupt Cause */
-#define FSCR_IC_FP		  0x0000000000000000ULL	/* FP unavailable */
-#define FSCR_IC_VSX		  0x0100000000000000ULL	/* VSX unavailable */
-#define FSCR_IC_DSCR		  0x0200000000000000ULL	/* Access to the DSCR at SPRs 3 or 17 */
-#define FSCR_IC_PM		  0x0300000000000000ULL	/* Read or write access of a Performance Monitor SPR in group A */
-#define FSCR_IC_BHRB		  0x0400000000000000ULL	/* Execution of a BHRB Instruction */
-#define FSCR_IC_HTM		  0x0500000000000000ULL	/* Access to a Transactional Memory */
+#define	  FSCR_IC_MASK		  0xFF00000000000000ULL	/* FSCR[0:7] is Interrupt Cause */
+#define	  FSCR_IC_FP		  0x0000000000000000ULL	/* FP unavailable */
+#define	  FSCR_IC_VSX		  0x0100000000000000ULL	/* VSX unavailable */
+#define	  FSCR_IC_DSCR		  0x0200000000000000ULL	/* Access to the DSCR at SPRs 3 or 17 */
+#define	  FSCR_IC_PM		  0x0300000000000000ULL	/* Read or write access of a Performance Monitor SPR in group A */
+#define	  FSCR_IC_BHRB		  0x0400000000000000ULL	/* Execution of a BHRB Instruction */
+#define	  FSCR_IC_HTM		  0x0500000000000000ULL	/* Access to a Transactional Memory */
 /* Reserved 0x0600000000000000ULL */
-#define FSCR_IC_EBB		  0x0700000000000000ULL	/* Access to Event-Based Branch */
-#define FSCR_IC_TAR		  0x0800000000000000ULL	/* Access to Target Address Register */
-#define FSCR_IC_STOP		  0x0900000000000000ULL	/* Access to the 'stop' instruction in privileged non-hypervisor state */
-#define FSCR_IC_MSG		  0x0A00000000000000ULL	/* Access to 'msgsndp' or 'msgclrp' instructions */
-#define FSCR_IC_SCV		  0x0C00000000000000ULL	/* Execution of a 'scv' instruction */
+#define	  FSCR_IC_EBB		  0x0700000000000000ULL	/* Access to Event-Based Branch */
+#define	  FSCR_IC_TAR		  0x0800000000000000ULL	/* Access to Target Address Register */
+#define	  FSCR_IC_STOP		  0x0900000000000000ULL	/* Access to the 'stop' instruction in privileged non-hypervisor state */
+#define	  FSCR_IC_MSG		  0x0A00000000000000ULL	/* Access to 'msgsndp' or 'msgclrp' instructions */
+#define	  FSCR_IC_SCV		  0x0C00000000000000ULL	/* Execution of a 'scv' instruction */
 #define	SPR_USPRG0		0x100	/* 4.. User SPR General 0 */
 #define	SPR_VRSAVE		0x100	/* .6. AltiVec VRSAVE */
 #define	SPR_SPRG0		0x110	/* 468 SPR General 0 */



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