- Separate out show_stack changes into own patch.
[linux-flexiantxendom0-3.2.10.git] / kernel / sysctl.c
index aff6558..e566041 100644 (file)
@@ -265,6 +265,10 @@ static ctl_table kern_table[] = {
         0600, NULL, &proc_dointvec},
        {KERN_PANIC_ON_OOPS,"panic_on_oops",
         &panic_on_oops,sizeof(int),0644,NULL,&proc_dointvec},
+#ifdef CONFIG_SMP
+       {KERN_CACHEDECAYTICKS, "cache_decay_ticks", &cache_decay_ticks, sizeof (cache_decay_ticks),
+        0644, NULL, &proc_doulongvec_minmax},
+#endif
        {0}
 };