summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/fpu.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:49:07 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:49:07 +0000
commit65997b0cdeb6b9e16cdbbb314ede217802895ade (patch)
treebc94445005d87ce5bb877ac490e9dde833e03342 /sys/arch/powerpc/include/fpu.h
parentb0437314cc10bd43e476454d2df24ec3d953247f (diff)
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*.
Diffstat (limited to 'sys/arch/powerpc/include/fpu.h')
-rw-r--r--sys/arch/powerpc/include/fpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/fpu.h b/sys/arch/powerpc/include/fpu.h
index 67f38f0bfdc..b845691b37a 100644
--- a/sys/arch/powerpc/include/fpu.h
+++ b/sys/arch/powerpc/include/fpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu.h,v 1.4 2001/06/24 05:07:13 drahn Exp $ */
+/* $OpenBSD: fpu.h,v 1.5 2001/09/01 15:49:05 drahn Exp $ */
/*-
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -30,8 +30,8 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _MACHINE_FPU_H_
-#define _MACHINE_FPU_H_
+#ifndef _POWERPC_FPU_H_
+#define _POWERPC_FPU_H_
#define FPCSR_FX 0x80000000
#define FPCSR_FEX 0x40000000
@@ -68,4 +68,4 @@
void enable_fpu(struct proc *p);
void save_fpu(struct proc *p);
-#endif /* _MACHINE_FPU_H_ */
+#endif /* _POWERPC_FPU_H_ */