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

This commit is contained in:
imp 2014-03-25 22:49:33 +00:00
parent 64cb2c82c7
commit c690e3d26e

View File

@ -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 */