summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/fpu.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2003-02-05 11:37:59 +0000
committerbenno <benno@FreeBSD.org>2003-02-05 11:37:59 +0000
commit331547882ed44542ea7268db1e06c57782bd86c5 (patch)
tree9644dae4b1025f116a73ee28652de422d5bf5bc5 /sys/powerpc/include/fpu.h
parent966bb12f6e7ff8075e0fbeca5b8e0c7f6ac501c7 (diff)
downloadFreeBSD-src-331547882ed44542ea7268db1e06c57782bd86c5.zip
FreeBSD-src-331547882ed44542ea7268db1e06c57782bd86c5.tar.gz
Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This
stands for Operating Environment Architecture and is the specification that all of the MPC6xx, MPC7xx, MPC7xxx and IBM7xx CPUs adhere to.
Diffstat (limited to 'sys/powerpc/include/fpu.h')
-rw-r--r--sys/powerpc/include/fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h
index c01637b..d712b94 100644
--- a/sys/powerpc/include/fpu.h
+++ b/sys/powerpc/include/fpu.h
@@ -71,7 +71,7 @@
#ifdef _KERNEL
/* List of PowerPC architectures that support FPUs. */
-#if defined(MPC750)
+#if defined(OEA)
#define PPC_HAVE_FPU
void enable_fpu(struct thread *);
OpenPOWER on IntegriCloud