summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-31 08:31:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-31 08:31:37 +0000
commit1062203b7dbef6de25b636976d9fd4a52c442df1 (patch)
treed79693fb6c694936211d3e2c0244d334de1ae7bb
parent8d839d4fff7995d81a8d242a04d2faa6d790f64e (diff)
from ragge; remove PSL_ALLCC
-rw-r--r--sys/arch/vax/include/psl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/psl.h b/sys/arch/vax/include/psl.h
index 6ebc47683ee..6d29b763606 100644
--- a/sys/arch/vax/include/psl.h
+++ b/sys/arch/vax/include/psl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.4 1994/11/25 19:08:58 ragge Exp $ */
+/* $NetBSD: psl.h,v 1.5 1996/01/28 12:32:21 ragge Exp $ */
/*
* Rewritten for the VAX port. Based on Berkeley code. /IC
@@ -47,7 +47,6 @@
#define PSL_V 0x00000002 /* overflow bit */
#define PSL_Z 0x00000004 /* zero bit */
#define PSL_N 0x00000008 /* negative bit */
-/* #define PSL_ALLCC 0x0000000F /* all cc bits - unlikely */
#define PSL_T 0x00000010 /* trace enable bit */
#define PSL_IPL00 0x00000000 /* interrupt priority level 0 */
#define PSL_IPL01 0x00010000 /* interrupt priority level 1 */