summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-10-18 03:39:36 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-10-18 03:39:36 +0000
commit083aaef79a49ecfd1ba65c8b4d949aacaa8a2f34 (patch)
tree589a583e94427b63a40fbef3df6829738423f6ce /sys/arch
parent91bcc3db733e364f3070818099a20d3b1eac5930 (diff)
Do not define astpending twice, once non-volatile and one volatile.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/macppc/macppc/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c
index 852ab217f91..ed69475ba2c 100644
--- a/sys/arch/macppc/macppc/machdep.c
+++ b/sys/arch/macppc/macppc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.45 2002/10/13 18:26:12 krw Exp $ */
+/* $OpenBSD: machdep.c,v 1.46 2002/10/18 03:39:35 drahn Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -129,7 +129,6 @@ struct bat battable[16];
struct vm_map *exec_map = NULL;
struct vm_map *phys_map = NULL;
-int astpending;
int ppc_malloc_ok = 0;
#ifndef SYS_TYPE