summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
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
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')
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/powerpc/include/fpu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 7496147..598fdf5 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -19,7 +19,7 @@
# $FreeBSD$
machine powerpc
-cpu MPC750
+cpu OEA
ident GENERIC
maxusers 0
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