Rename OEA to AIM. The former means nothing as it applies to all

processors (it's the PowerPC Operating Environment Architecture).
AIM designates the processors made by the Apple-IBM-Motorola
alliance and those we typically support.

While here, remove the NetBSD option IPKDB. It's not an option
used by us. Also, PPC_HAVE_FPU is not used by us either. Remove
that too.

Obtained from: Juniper, Semihalf
This commit is contained in:
Marcel Moolenaar 2007-12-16 00:45:56 +00:00
parent 6b4959bf2f
commit 5d8dd7e60b
4 changed files with 4 additions and 9 deletions
sys
conf
powerpc

@ -1,8 +1,7 @@
# $FreeBSD$
# Options specific to the powerpc platform kernels
OEA opt_global.h
IPKDB
AIM opt_global.h
GFB_DEBUG opt_gfb.h
GFB_NO_FONT_LOADING opt_gfb.h

@ -18,7 +18,7 @@
#
# $FreeBSD$
cpu OEA
cpu AIM
ident GENERIC
#To statically compile in device wiring instead of /boot/device.hints

@ -10,7 +10,7 @@
#
# You must specify at least one CPU (the one you intend to run on).
cpu OEA
cpu AIM
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator

@ -70,13 +70,9 @@
#ifdef _KERNEL
/* List of PowerPC architectures that support FPUs. */
#if defined(OEA)
#define PPC_HAVE_FPU
void enable_fpu(struct thread *);
void save_fpu(struct thread *);
#endif /* PPC_HAVE_FPU */
#endif /* _KERNEL */
#endif /* _MACHINE_FPU_H_ */