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.
This commit is contained in:
Benno Rice 2003-02-05 11:37:59 +00:00
parent 4a95ae9a68
commit c31c26450b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -19,7 +19,7 @@
# $FreeBSD$
machine powerpc
cpu MPC750
cpu OEA
ident GENERIC
maxusers 0

View File

@ -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 *);