summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2004-11-30 09:04:41 +0000
committerPeter Grehan <grehan@FreeBSD.org>2004-11-30 09:04:41 +0000
commit0cff39376150d67487e072d153ecdc88f2c20422 (patch)
treec8f5e99beabc7f486a43eebc0ec7e9635db7d93e
parent696ac86f2c01105f7bb84f52c8808c053afce763 (diff)
Notes
-rw-r--r--sys/powerpc/include/psl.h3
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)