svn commit: r296678 - projects/powerpcspe/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Fri Mar 11 20:26:47 UTC 2016


Author: jhibbits
Date: Fri Mar 11 20:26:45 2016
New Revision: 296678
URL: https://svnweb.freebsd.org/changeset/base/296678

Log:
  Add SPEFSCR definition.

Modified:
  projects/powerpcspe/sys/powerpc/include/spr.h

Modified: projects/powerpcspe/sys/powerpc/include/spr.h
==============================================================================
--- projects/powerpcspe/sys/powerpc/include/spr.h	Fri Mar 11 20:04:32 2016	(r296677)
+++ projects/powerpcspe/sys/powerpc/include/spr.h	Fri Mar 11 20:26:45 2016	(r296678)
@@ -192,6 +192,7 @@
 #define	  FSL_E5500		  0x8024
 #define	  FSL_E6500		  0x8040
 
+#define	SPR_SPEFSCR		0x200	/* ..8 Signal Processing Engine FSCR. */
 #define	SPR_IBAT0U		0x210	/* .68 Instruction BAT Reg 0 Upper */
 #define	SPR_IBAT0U		0x210	/* .6. Instruction BAT Reg 0 Upper */
 #define	SPR_IBAT0L		0x211	/* .6. Instruction BAT Reg 0 Lower */


More information about the svn-src-projects mailing list