summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--sys/conf/options.powerpc2
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/powerpc/include/fpu.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc
index 86da964..069c808 100644
--- a/sys/conf/options.powerpc
+++ b/sys/conf/options.powerpc
@@ -1,7 +1,7 @@
# $FreeBSD$
# Options specific to the powerpc platform kernels
-MPC750 opt_global.h
+OEA opt_global.h
IPKDB opt_ipkdb.h
POWERMAC opt_platform.h
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