summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-23 02:50:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-23 02:50:26 +0000
commit3c90b0fe0d649d314b8b11efd6a502339cbcb219 (patch)
treee47b683b0c9157f13d3b1fc8f536acec013bf365
parentfc3a91a53c5f781c8ecc93f597f58ea8de256f3c (diff)
Don't redefine pmap_kernel() locally.
-rw-r--r--sys/arch/mvme88k/dev/ssh.c5
-rw-r--r--sys/arch/mvme88k/dev/sshdma.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/dev/ssh.c b/sys/arch/mvme88k/dev/ssh.c
index 5c6032b0845..6c7b0406028 100644
--- a/sys/arch/mvme88k/dev/ssh.c
+++ b/sys/arch/mvme88k/dev/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.6 2001/09/20 17:02:31 mpech Exp $ */
+/* $OpenBSD: ssh.c,v 1.7 2001/09/23 02:50:25 miod Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@@ -107,9 +107,6 @@ int ssh_cmd_wait = SCSI_CMD_WAIT;
int ssh_data_wait = SCSI_DATA_WAIT;
int ssh_init_wait = SCSI_INIT_WAIT;
-extern struct pmap kernel_pmap_store;
-#define pmap_kernel() (&kernel_pmap_store)
-
#ifdef DEBUG_SYNC
/*
* sync period transfer lookup - only valid for 66Mhz clock
diff --git a/sys/arch/mvme88k/dev/sshdma.c b/sys/arch/mvme88k/dev/sshdma.c
index 167b3babb1d..194e1c78d29 100644
--- a/sys/arch/mvme88k/dev/sshdma.c
+++ b/sys/arch/mvme88k/dev/sshdma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshdma.c,v 1.5 2001/08/26 02:37:07 miod Exp $ */
+/* $OpenBSD: sshdma.c,v 1.6 2001/09/23 02:50:25 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
@@ -64,9 +64,6 @@
#include <mvme88k/dev/pcctworeg.h>
#endif
-extern struct pmap kernel_pmap_store;
-#define pmap_kernel() (&kernel_pmap_store)
-
int afscmatch __P((struct device *, void *, void *));
void afscattach __P((struct device *, struct device *, void *));