diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-19 17:16:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-19 17:16:19 +0000 |
commit | 05289977dd22788ad17da20e49aee8f5eea5c11b (patch) | |
tree | 39c67d429c2c8c3fa6470d14fee261cb7e906832 /sys/arch/amiga/include | |
parent | 191baf205ef0b68e4782f5edc7c97388f5cf22a6 (diff) |
Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)
Diffstat (limited to 'sys/arch/amiga/include')
-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 9b1733a4b65..25b9113c9eb 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 1997/09/18 13:40:01 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 1997/09/19 17:16:18 niklas Exp $ */ /* $NetBSD: cpu.h,v 1.36 1996/09/11 00:11:42 thorpej Exp $ */ /* @@ -190,10 +190,8 @@ void doboot __P((void)) __attribute__((__noreturn__)); u_long getdfc __P((void)); u_long getsfc __P((void)); void loadustp __P((int)); -#ifdef FPCOPROC void m68881_save __P((struct fpframe *)); void m68881_restore __P((struct fpframe *)); -#endif void physcopyseg __P((vm_offset_t, vm_offset_t)); u_int probeva __P((u_int, u_int)); void proc_trampoline __P((void)); |