summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include/cpu.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-08-01 11:54:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-08-01 11:54:26 +0000
commitc0b929a7d733ebd19869cc7bce698dc1ded92d13 (patch)
treea2dae6bafe51fbb906792f57adf3a62438cf49ba /sys/arch/mvme68k/include/cpu.h
parenta5cf009c5477467bd0e5f178fd37ac50ddeea367 (diff)
Factorize cachectl() accross m68k platforms, and make the CC_ constants
public.
Diffstat (limited to 'sys/arch/mvme68k/include/cpu.h')
-rw-r--r--sys/arch/mvme68k/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h
index f9770cac365..2dea1d93e5c 100644
--- a/sys/arch/mvme68k/include/cpu.h
+++ b/sys/arch/mvme68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.19 2004/07/30 22:29:48 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.20 2005/08/01 11:54:25 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -233,7 +233,6 @@ int badvaddr(vaddr_t, int);
void nmihand(void *);
int intr_findvec(int, int);
-int cachectl(struct proc *, int, vaddr_t, int);
void dma_cachectl(caddr_t, int);
paddr_t kvtop(vaddr_t);
void physaccess(vaddr_t, paddr_t, size_t, int);