mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
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>
This commit is contained in:
parent
205bee6ad8
commit
ee9c578527
3 changed files with 2 additions and 22 deletions
|
@ -131,8 +131,6 @@ extern int sysctl_userprocess_debug;
|
|||
extern int spin_retry;
|
||||
#endif
|
||||
|
||||
extern int sysctl_hz_timer;
|
||||
|
||||
#ifdef CONFIG_BSD_PROCESS_ACCT
|
||||
extern int acct_parm[];
|
||||
#endif
|
||||
|
@ -561,16 +559,6 @@ static struct ctl_table kern_table[] = {
|
|||
.mode = 0644,
|
||||
.proc_handler = &proc_dointvec,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_NO_IDLE_HZ
|
||||
{
|
||||
.ctl_name = KERN_HZ_TIMER,
|
||||
.procname = "hz_timer",
|
||||
.data = &sysctl_hz_timer,
|
||||
.maxlen = sizeof(int),
|
||||
.mode = 0644,
|
||||
.proc_handler = &proc_dointvec,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.ctl_name = KERN_S390_USER_DEBUG_LOGGING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue