diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-14 12:52:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-14 12:52:41 +0000 |
commit | 14c8226bce6edf111430283640cb1449dc5839e9 (patch) | |
tree | b34121ac66033f58551a30706934737db5528cf2 | |
parent | 18b31a30c82e4daa82fd66eaac76799f02950bc5 (diff) |
DCIAS() no more.
-rw-r--r-- | sys/arch/mvme68k/include/cpu.h | 3 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 12 |
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) |