summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-23 10:40:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-23 10:40:02 +0000
commitf7b07e46235791ac3e9d200ee2f237bce7008afb (patch)
tree936943c376e2ef4e017584d4598e379528b291e2 /sys
parent7a260d20068e88bc40007268179665ac8eca6831 (diff)
Nuke last common.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvmeppc/mvmeppc/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/machdep.c b/sys/arch/mvmeppc/mvmeppc/machdep.c
index 146aa668dcb..84590a2efe0 100644
--- a/sys/arch/mvmeppc/mvmeppc/machdep.c
+++ b/sys/arch/mvmeppc/mvmeppc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.37 2004/01/22 20:45:20 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.38 2004/01/23 10:40:01 miod Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -767,8 +767,8 @@ dumpsys()
printf("dumpsys: TBD\n");
}
-volatile int cpl, ipending, astpending, tickspending;
-int imask[IPL_NUM/*7*/];
+volatile int cpl, ipending, astpending;
+int imask[IPL_NUM];
int netisr;
/*