summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/fpu.h')
-rw-r--r--sys/powerpc/include/fpu.h6
1 files changed, 1 insertions, 5 deletions
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