summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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