svn commit: r333851 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Sat May 19 04:56:12 UTC 2018


Author: jhibbits
Date: Sat May 19 04:56:10 2018
New Revision: 333851
URL: https://svnweb.freebsd.org/changeset/base/333851

Log:
  Add SPR_HSRR0/SPR_HSRR1 definitions
  
  Reported by:	Mark Millard
  Pointy-hat to:	jhibbits

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

Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h	Sat May 19 04:48:26 2018	(r333850)
+++ head/sys/powerpc/include/spr.h	Sat May 19 04:56:10 2018	(r333851)
@@ -239,6 +239,8 @@
 #define	  EPCR_PMGS		  0x00200000
 #define	SPR_SPEFSCR		0x200	/* ..8 Signal Processing Engine FSCR. */
 
+#define	SPR_HSRR0		0x13a
+#define	SPR_HSRR1		0x13b
 #define	SPR_LPCR		0x13e	/* Logical Partitioning Control */
 #define	  LPCR_LPES		0x008	/* Bit 60 */
 #define	SPR_LPID		0x13f	/* Logical Partitioning Control */


More information about the svn-src-all mailing list