diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
commit | 45a8a1573c086203341f94a21561004a4cee6da7 (patch) | |
tree | 2123e70519f5f81d6c224cab62a3447af95422c2 /sys/arch/vax/include/psl.h | |
parent | 510a16a02bcefe3e18aa4ea1df737f2cdff509e6 (diff) |
vax resurrection, part 1: sync with early-april netbsd
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
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 */ |