mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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:
parent
4a95ae9a68
commit
c31c26450b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110383
@ -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
|
||||
|
@ -19,7 +19,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
machine powerpc
|
||||
cpu MPC750
|
||||
cpu OEA
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
|
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user