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

Justin Hibbits jhibbits at freebsd.org
Tue Mar 25 22:55:42 UTC 2014


On Tue, Mar 25, 2014 at 3:49 PM, Warner Losh <imp at 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!


More information about the svn-src-all mailing list