aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index d7ffdc59816a..76426d930077 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -131,8 +131,6 @@ extern int sysctl_userprocess_debug;
131extern int spin_retry; 131extern int spin_retry;
132#endif 132#endif
133 133
134extern int sysctl_hz_timer;
135
136#ifdef CONFIG_BSD_PROCESS_ACCT 134#ifdef CONFIG_BSD_PROCESS_ACCT
137extern int acct_parm[]; 135extern int acct_parm[];
138#endif 136#endif
@@ -562,16 +560,6 @@ static struct ctl_table kern_table[] = {
562 .proc_handler = &proc_dointvec, 560 .proc_handler = &proc_dointvec,
563 }, 561 },
564#endif 562#endif
565#ifdef CONFIG_NO_IDLE_HZ
566 {
567 .ctl_name = KERN_HZ_TIMER,
568 .procname = "hz_timer",
569 .data = &sysctl_hz_timer,
570 .maxlen = sizeof(int),
571 .mode = 0644,
572 .proc_handler = &proc_dointvec,
573 },
574#endif
575 { 563 {
576 .ctl_name = KERN_S390_USER_DEBUG_LOGGING, 564 .ctl_name = KERN_S390_USER_DEBUG_LOGGING,
577 .procname = "userprocess_debug", 565 .procname = "userprocess_debug",