diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-11-30 09:04:41 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-11-30 09:04:41 +0000 |
| commit | 0cff39376150d67487e072d153ecdc88f2c20422 (patch) | |
| tree | c8f5e99beabc7f486a43eebc0ec7e9635db7d93e | |
| parent | 696ac86f2c01105f7bb84f52c8808c053afce763 (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/include/psl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index b571f571a54b..e6e2b26089b0 100644 --- a/sys/powerpc/include/psl.h +++ b/sys/powerpc/include/psl.h @@ -78,7 +78,8 @@ #define PSL_MBO 0 #define PSL_MBZ 0 -#define PSL_USERSET (PSL_EE | PSL_PR | PSL_ME | PSL_IR | PSL_DR | PSL_RI) +#define PSL_KERNSET (PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI) +#define PSL_USERSET (PSL_KERNSET | PSL_PR) #define PSL_USERSTATIC (PSL_USERSET | PSL_IP | 0x87c0008c) |
