diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 11:54:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 11:54:26 +0000 |
commit | c0b929a7d733ebd19869cc7bce698dc1ded92d13 (patch) | |
tree | a2dae6bafe51fbb906792f57adf3a62438cf49ba /sys/arch/mac68k/include | |
parent | a5cf009c5477467bd0e5f178fd37ac50ddeea367 (diff) |
Factorize cachectl() accross m68k platforms, and make the CC_ constants
public.
Diffstat (limited to 'sys/arch/mac68k/include')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index c4abd9ff8df..cf1b4d4d85c 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.33 2005/07/31 15:39:56 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.34 2005/08/01 11:54:24 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -323,9 +323,6 @@ void savectx(struct pcb *); void proc_trampoline(void); void loadustp(int); -/* sys_machdep.c */ -int cachectl(struct proc *, int, vaddr_t, int); - /* vm_machdep.c */ void physaccess(caddr_t, caddr_t, register int, register int); void physunaccess(caddr_t, register int); |