summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-12-16 00:45:56 +0000
committermarcel <marcel@FreeBSD.org>2007-12-16 00:45:56 +0000
commitbdb53a4ffa9143d6fd9f881bad1a750f926c1c34 (patch)
treee86d776d61c016d15366ee2fbde0c3c0c2d82824 /sys
parentedce837b8ccdd56bf3d9eb35334593be1d6db388 (diff)
downloadFreeBSD-src-bdb53a4ffa9143d6fd9f881bad1a750f926c1c34.zip
FreeBSD-src-bdb53a4ffa9143d6fd9f881bad1a750f926c1c34.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options.powerpc3
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/NOTES2
-rw-r--r--sys/powerpc/include/fpu.h6
4 files changed, 4 insertions, 9 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc
index a6dc6da..e89bda9 100644
--- a/sys/conf/options.powerpc
+++ b/sys/conf/options.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
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 7f1cc40..2207335 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -18,7 +18,7 @@
#
# $FreeBSD$
-cpu OEA
+cpu AIM
ident GENERIC
#To statically compile in device wiring instead of /boot/device.hints
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index 176e661..e25528a 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -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
diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h
index d712b94..17eec0b 100644
--- a/sys/powerpc/include/fpu.h
+++ b/sys/powerpc/include/fpu.h
@@ -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_ */
OpenPOWER on IntegriCloud