From 331547882ed44542ea7268db1e06c57782bd86c5 Mon Sep 17 00:00:00 2001 From: benno Date: Wed, 5 Feb 2003 11:37:59 +0000 Subject: 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. --- sys/conf/options.powerpc | 2 +- sys/powerpc/conf/GENERIC | 2 +- sys/powerpc/include/fpu.h | 2 +- 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 *); -- cgit v1.1