aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/FPU-emu/fpu_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/FPU-emu/fpu_entry.c')
-rw-r--r--kernel/FPU-emu/fpu_entry.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/FPU-emu/fpu_entry.c b/kernel/FPU-emu/fpu_entry.c
index 0d02f87..d1c8934 100644
--- a/kernel/FPU-emu/fpu_entry.c
+++ b/kernel/FPU-emu/fpu_entry.c
@@ -22,7 +22,9 @@
| math_emulate() is the sole entry point for wm-FPU-emu |
+---------------------------------------------------------------------------*/
-#ifdef KERNEL_MATH_EMULATION
+#include <linux/config.h>
+
+#ifdef CONFIG_MATH_EMULATION
#include <linux/signal.h>
@@ -290,4 +292,4 @@ void math_emulate(long arg)
schedule();
}
-#endif /* KERNEL_MATH_EMULATION */
+#endif /* CONFIG_MATH_EMULATION */