On Tue, Mar 25, 2014 at 3:49 PM, Warner Losh <i...@freebsd.org> wrote: > 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 */ >
D'oh, thanks! _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"