--- linux/kernel/sysctl.c 2002-08-02 19:39:46.000000000 -0500 +++ linux/kernel2/sysctl.c 2002-12-06 15:36:29.000000000 -0600 @@ -256,6 +256,8 @@ {KERN_S390_USER_DEBUG_LOGGING,"userprocess_debug", &sysctl_userprocess_debug,sizeof(int),0644,NULL,&proc_dointvec}, #endif + {1234,"jiffies", + &jiffies,sizeof(unsigned long),0644,NULL,&proc_dointvec}, {0} };