diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 19:49:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 19:49:04 +0000 |
commit | a4239f600ea6bcae061117a0a0b6c2ba3f67ee4c (patch) | |
tree | 6d8b47ae5b2103a9bd7737a45030c5d895161900 /sys/arch | |
parent | d4fbbb4b3a2ec905cb707e332eb62ae19614eb50 (diff) |
Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/sun3/include/machdep.h | 5 |
4 files changed, 4 insertions, 13 deletions
diff --git a/sys/arch/amiga/include/cpu.h b/sys/arch/amiga/include/cpu.h index 90c451d30fa..e5114302ac6 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.13 2001/05/05 22:33:31 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.14 2001/08/20 19:48:55 miod Exp $ */ /* $NetBSD: cpu.h,v 1.36 1996/09/11 00:11:42 thorpej Exp $ */ /* @@ -186,8 +186,6 @@ struct pcb; void clearseg __P((vm_offset_t)); void doboot __P((void)) __attribute__((__noreturn__)); -u_long getdfc __P((void)); -u_long getsfc __P((void)); void loadustp __P((int)); void m68881_save __P((struct fpframe *)); void m68881_restore __P((struct fpframe *)); diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index cc7b5156919..ae4b0bb0b58 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.13 2001/08/08 02:37:40 millert Exp $ */ +/* $OpenBSD: cpu.h,v 1.14 2001/08/20 19:49:03 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -147,8 +147,6 @@ struct pcb; /* locore.s functions */ void m68881_save __P((struct fpframe *)); void m68881_restore __P((struct fpframe *)); -u_long getdfc __P((void)); -u_long getsfc __P((void)); void DCIA __P((void)); void DCIS __P((void)); void DCIU __P((void)); diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index a755ccb25db..d2e4c7c6f74 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.20 2001/05/08 17:30:40 aaron Exp $ */ +/* $OpenBSD: cpu.h,v 1.21 2001/08/20 19:49:03 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -304,8 +304,6 @@ u_int get_mapping __P((void)); /* locore.s */ void m68881_restore __P((struct fpframe *)); void m68881_save __P((struct fpframe *)); -u_int getsfc __P((void)); -u_int getdfc __P((void)); void TBIA __P((void)); void TBIAS __P((void)); void TBIS __P((vm_offset_t)); diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index 8fee8a63c32..db623b7d097 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.13 2001/06/25 00:43:17 mickey Exp $ */ +/* $OpenBSD: machdep.h,v 1.14 2001/08/20 19:49:03 miod Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -95,9 +95,6 @@ void fb_unblank __P((void)); int fpu_emulate __P((struct frame *, struct fpframe *)); -int getdfc __P((void)); -int getsfc __P((void)); - /* Backward compatibility... */ #define getsr _getsr |