1 /* $NetBSD: psl.h,v 1.1.8.3 2004/09/21 13:15:07 skrll Exp $ */
4 #include "opt_ppcarch.h"
7 #include <powerpc/psl.h>
10 /* 4xx don't have PSL_RI */
13 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_ME | PSL_IR | PSL_DR)
15 /* Apparently we get unexplained machine checks, so disable them. */
16 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR)
20 * We also need to override the PSL_SE bit. 4xx have completely
21 * different debug register support.
23 * The SE bit is actually the DWE bit. We want to set the DE bit
24 * to enable the debug regs instead of the DWE bit.
27 #define PSL_SE 0x00000200