diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-20 08:59:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-05-12 12:39:14 -0400 |
commit | ee9c578527a93c66becb526c4a122c5358a959c5 (patch) | |
tree | bc3334a1986f9387688c0c3ff6144608d730f274 /kernel/sysctl.c | |
parent | 205bee6ad804d7034773b5978c74dde495df2301 (diff) |
dyntick: Remove last reminants of dyntick support
Remove the last reminants of dyntick support from the generic kernel.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 12 |
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; | |||
131 | extern int spin_retry; | 131 | extern int spin_retry; |
132 | #endif | 132 | #endif |
133 | 133 | ||
134 | extern int sysctl_hz_timer; | ||
135 | |||
136 | #ifdef CONFIG_BSD_PROCESS_ACCT | 134 | #ifdef CONFIG_BSD_PROCESS_ACCT |
137 | extern int acct_parm[]; | 135 | extern 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", |