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 /sys/arch/mvme68k/include | |
parent | 18b31a30c82e4daa82fd66eaac76799f02950bc5 (diff) |
DCIAS() no more.
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r-- | sys/arch/mvme68k/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 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); |