diff -urN linux-2.4.29-wt2-2xx-lowlat/kernel/sysctl.c linux-2.4.29-wt2-2xx-lowlat-fix/kernel/sysctl.c --- linux-2.4.29-wt2-2xx-lowlat/kernel/sysctl.c Sun Mar 6 10:34:53 2005 +++ linux-2.4.29-wt2-2xx-lowlat-fix/kernel/sysctl.c Sun Mar 6 10:36:21 2005 @@ -294,6 +294,11 @@ {KERN_PAX,"pax",NULL,0,0500,pax_table}, #endif +#ifdef CONFIG_LOLAT_SYSCTL + {KERN_LOWLATENCY, "lowlatency", &enable_lowlatency, sizeof (int), + 0644, NULL, &proc_dointvec}, +#endif + {0} };