diff options
Diffstat (limited to 'sys/arch/vax/include/psl.h')
-rw-r--r-- | sys/arch/vax/include/psl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/psl.h b/sys/arch/vax/include/psl.h index f7c099858d9..958bf1c9e44 100644 --- a/sys/arch/vax/include/psl.h +++ b/sys/arch/vax/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.4 1997/09/12 09:21:23 maja Exp $ */ +/* $OpenBSD: psl.h,v 1.5 2000/04/26 03:08:42 bjc Exp $ */ /* $NetBSD: psl.h,v 1.6 1997/06/07 12:15:28 ragge Exp $ */ /* @@ -84,7 +84,7 @@ #define PSL_PREVU 0x00c00000 /* Previous user mode */ #define PSL_K 0x00000000 /* kernel mode */ #define PSL_E 0x01000000 /* executive mode */ -#define PSL_S 0x02000000 /* executive mode */ +#define PSL_S 0x02000000 /* supervisor mode */ #define PSL_U 0x03000000 /* user mode */ #define PSL_IS 0x04000000 /* interrupt stack select */ #define PSL_FPD 0x08000000 /* first part done flag */ |