patch-2.4.4 linux/kernel/sysctl.c

Next file: linux/lib/Makefile
Previous file: linux/kernel/sys.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -77,7 +77,7 @@
 #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 @@
 	 &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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)