Rename definitions to better match the hardware wstate fields.

Don't include WSTATE_TRANSITION in WSTATE_NORMAL_MASK.
This commit is contained in:
Jake Burkholder 2001-12-29 07:12:30 +00:00
parent f9a756b838
commit eddb1f8617

View File

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