summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sparc64/include/wstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/wstate.h b/sys/sparc64/include/wstate.h
index ff86953..cf32973 100644
--- a/sys/sparc64/include/wstate.h
+++ b/sys/sparc64/include/wstate.h
@@ -84,8 +84,8 @@
#define WSTATE_ASSUME64 2 /* assume 64-bit mode */
#define WSTATE_ASSUME32 3 /* assume 32-bit mode */
-#define WSTATE_MASK 7 /* for WSTATE.NORMAL */
-#define WSTATE_USERSHIFT 3 /* for WSTATE.OTHER / user */
+#define WSTATE_NORMAL_MASK 3 /* wstate normal minus transition */
+#define WSTATE_OTHER_SHIFT 3 /* for wstate other / user */
#define WSTATE_KERNEL 0 /* normal kernel wstate */
OpenPOWER on IntegriCloud