summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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