You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into devel
This commit is contained in:
committed by
Russell King
@@ -132,8 +132,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
|
||||
@@ -562,16 +560,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,
|
||||
|
||||
Reference in New Issue
Block a user