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

Justin Hibbits jhibbits at FreeBSD.org
Sat Aug 3 18:05:13 UTC 2013


Author: jhibbits
Date: Sat Aug  3 18:05:12 2013
New Revision: 253918
URL: http://svnweb.freebsd.org/changeset/base/253918

Log:
  Remove duplicate definition of SPR MMCR0.
  
  MFC after:	3 days

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

Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h	Sat Aug  3 16:23:43 2013	(r253917)
+++ head/sys/powerpc/include/spr.h	Sat Aug  3 18:05:12 2013	(r253918)
@@ -325,7 +325,6 @@
 #define	SPR_970MMCR0		0x31b	/* ... Monitor Mode Control Register 0 (PPC 970) */
 #define	SPR_970MMCR1		0x31e	/* ... Monitor Mode Control Register 1 (PPC 970) */
 #define	SPR_970MMCRA		0x312	/* ... Monitor Mode Control Register 2 (PPC 970) */
-#define	SPR_970MMCR0		0x31b	/* ... Monitor Mode Control Register 0 (PPC 970) */
 #define	SPR_970PMC1		0x313	/* ... PMC 1 */
 #define	SPR_970PMC2		0x314	/* ... PMC 2 */
 #define	SPR_970PMC3		0x315	/* ... PMC 3 */


More information about the svn-src-head mailing list