diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 23:20:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 23:20:10 +0000 |
commit | eb9c165e0ef5a71856a70aa862278113effb2896 (patch) | |
tree | c6762f0edb1e6178dd2dc075bcd23617652758d0 /sys/arch/amiga/include/cpu.h | |
parent | 2884a6e5b882f310b422c5b8c053e45c5e18e4c7 (diff) |
More changes that cvs forgot to commit in the pmap_motorola switch.
Diffstat (limited to 'sys/arch/amiga/include/cpu.h')
-rw-r--r-- | sys/arch/amiga/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amiga/include/cpu.h b/sys/arch/amiga/include/cpu.h index e5114302ac6..ad4422a41f4 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.14 2001/08/20 19:48:55 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.15 2001/11/30 23:20:09 miod Exp $ */ /* $NetBSD: cpu.h,v 1.36 1996/09/11 00:11:42 thorpej Exp $ */ /* @@ -184,12 +184,10 @@ struct fpframe; struct user; struct pcb; -void clearseg __P((vm_offset_t)); void doboot __P((void)) __attribute__((__noreturn__)); void loadustp __P((int)); void m68881_save __P((struct fpframe *)); void m68881_restore __P((struct fpframe *)); -void physcopyseg __P((vm_offset_t, vm_offset_t)); u_int probeva __P((u_int, u_int)); void proc_trampoline __P((void)); void savectx __P((struct pcb *)); |