summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-14 08:55:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-14 08:55:46 +0000
commit5c0c89d7fb208681f6d3e44e5bd110ab58ce0381 (patch)
tree159a53426a4f17756c82e3defb833cb1dea322db
parent0094645008f7012160b03720f4482d93649b34d2 (diff)
Remove cmmu_remote_[gs]et() here too, then...
-rw-r--r--sys/arch/mvme88k/mvme88k/m8820x.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m8820x.c b/sys/arch/mvme88k/mvme88k/m8820x.c
index b5fbd1d25c1..d77b9097ed9 100644
--- a/sys/arch/mvme88k/mvme88k/m8820x.c
+++ b/sys/arch/mvme88k/mvme88k/m8820x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m8820x.c,v 1.6 2001/12/14 04:30:12 smurph Exp $ */
+/* $OpenBSD: m8820x.c,v 1.7 2001/12/14 08:55:45 miod Exp $ */
/*
* Copyright (c) 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -1079,21 +1079,6 @@ m8820x_cmmu_cpu_number()
/*
* Functions that actually modify CMMU registers.
*/
-void
-m8820x_cmmu_remote_set(unsigned cpu, unsigned r, unsigned data, unsigned x)
-{
- *(volatile unsigned *)(r + (char*)&REGS(cpu,data)) = x;
-}
-
-/*
- * cmmu_cpu_lock should be held when called if read
- * the CMMU_SCR or CMMU_SAR.
- */
-unsigned
-m8820x_cmmu_remote_get(unsigned cpu, unsigned r, unsigned data)
-{
- return (*(volatile unsigned *)(r + (char*)&REGS(cpu,data)));
-}
/* Needs no locking - read only registers */
unsigned