summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-08-14 12:52:39 +0000
committermiod <miod@openbsd.org>2005-08-14 12:52:39 +0000
commitc2d131a6529c1e3b48f6fcbd2cac211f5925c29e (patch)
tree902b9342578d623d878d4244556003f412388886
parentRemove the inline cache and TLB primitives - we don't use them at this point, (diff)
downloadwireguard-openbsd-c2d131a6529c1e3b48f6fcbd2cac211f5925c29e.tar.xz
wireguard-openbsd-c2d131a6529c1e3b48f6fcbd2cac211f5925c29e.zip
DCIAS() no more.
-rw-r--r--sys/arch/mvme68k/include/cpu.h3
-rw-r--r--sys/arch/mvme68k/mvme68k/locore.s12
2 files changed, 2 insertions, 13 deletions
diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h
index 2dea1d93e5c..3b84bc9941a 100644
--- a/sys/arch/mvme68k/include/cpu.h
+++ b/sys/arch/mvme68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.20 2005/08/01 11:54:25 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.21 2005/08/14 12:52:39 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -203,7 +203,6 @@ void m68881_save(struct fpframe *);
void m68881_restore(struct fpframe *);
void DCIA(void);
void DCIS(void);
-void DCIAS(vaddr_t);
void DCIU(void);
void ICIA(void);
void ICPA(void);
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s
index 6e41e389a2e..4893d1ec9c4 100644
--- a/sys/arch/mvme68k/mvme68k/locore.s
+++ b/sys/arch/mvme68k/mvme68k/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.47 2004/12/30 21:28:48 miod Exp $ */
+/* $OpenBSD: locore.s,v 1.48 2005/08/14 12:52:40 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -1648,16 +1648,6 @@ Lmotommu9:
#endif
rts
-| Invalid single cache line
-ENTRY(DCIAS)
-_C_LABEL(_DCIAS):
- cmpl #MMU_68040,_C_LABEL(mmutype) | 68040 or 68060
- jle Ldciasx
- movl sp@(4),a0
- .word 0xf468 | cpushl dc,a0@
-Ldciasx:
- rts
-
ENTRY(DCIU)
_C_LABEL(_DCIU):
#if defined(M68040) || defined(M68060)