From ce28659bc5bc6e0179a0b04fda30546aac65f071 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Mon, 1 Nov 1982 01:39:47 -0800 Subject: [PATCH] add PME_CLR SCCS-vsn: sys/vax/include/pcb.h 4.6 --- usr/src/sys/vax/include/pcb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/vax/include/pcb.h b/usr/src/sys/vax/include/pcb.h index 9c4264d24a..91fdf34212 100644 --- a/usr/src/sys/vax/include/pcb.h +++ b/usr/src/sys/vax/include/pcb.h @@ -1,4 +1,4 @@ -/* pcb.h 4.5 81/05/14 */ +/* pcb.h 4.6 82/10/31 */ /* * VAX process control block @@ -48,6 +48,7 @@ struct pcb #define ASTLVL_USER 3 #define AST_CLR 0x07000000 +#define PME_CLR 0x80000000 #define aston() \ { \ -- 2.20.1