summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 5484da89b261..22d5d621f4fd 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -77,7 +77,7 @@ extern int stop_a_enabled;
#endif
#ifdef CONFIG_ARCH_S390
-#ifdef CONFIG_IEEEFPU_EMULATION
+#ifdef CONFIG_MATHEMU
extern int sysctl_ieee_emulation_warnings;
#endif
extern int sysctl_userprocess_debug;
@@ -242,7 +242,7 @@ static ctl_table kern_table[] = {
&proc_dointvec_minmax, &sysctl_intvec, NULL,
&minolduid, &maxolduid},
#ifdef CONFIG_ARCH_S390
-#ifdef CONFIG_IEEEFPU_EMULATION
+#ifdef CONFIG_MATHEMU
{KERN_IEEE_EMULATION_WARNINGS,"ieee_emulation_warnings",
&sysctl_ieee_emulation_warnings,sizeof(int),0644,NULL,&proc_dointvec},
#endif