diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 0f3cb61a2e39..e52b6e372c60 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -2017,17 +2017,6 @@ static struct ctl_table kern_table[] = {  		.extra1		= SYSCTL_ZERO,  		.extra2		= SYSCTL_ONE,  	}, -#if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON) -	{ -		.procname	= "timer_migration", -		.data		= &sysctl_timer_migration, -		.maxlen		= sizeof(unsigned int), -		.mode		= 0644, -		.proc_handler	= timer_migration_handler, -		.extra1		= SYSCTL_ZERO, -		.extra2		= SYSCTL_ONE, -	}, -#endif  #if defined(CONFIG_TREE_RCU)  	{  		.procname	= "panic_on_rcu_stall",  | 
