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

Warner Losh imp at FreeBSD.org
Tue Mar 25 22:49:33 UTC 2014


Author: imp
Date: Tue Mar 25 22:49:33 2014
New Revision: 263752
URL: http://svnweb.freebsd.org/changeset/base/263752

Log:
  Define PSL_SRR1_MASK for BOOK-E too so MPC85XX compiles again.

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

Modified: head/sys/powerpc/include/psl.h
==============================================================================
--- head/sys/powerpc/include/psl.h	Tue Mar 25 22:43:34 2014	(r263751)
+++ head/sys/powerpc/include/psl.h	Tue Mar 25 22:49:33 2014	(r263752)
@@ -86,6 +86,7 @@
 /* Initial kernel MSR, use IS=1 ad DS=1. */
 #define PSL_KERNSET_INIT	(PSL_IS | PSL_DS)
 #define PSL_KERNSET		(PSL_CE | PSL_ME | PSL_EE)
+#define PSL_SRR1_MASK	0x00000000UL	/* No mask on Book-E */
 #elif defined(BOOKE_PPC4XX)
 #define PSL_KERNSET	(PSL_CE | PSL_ME | PSL_EE | PSL_FP)
 #define PSL_SRR1_MASK	0x00000000UL	/* No mask on Book-E */


More information about the svn-src-all mailing list