On Tue, 2011-02-01 at 09:51 -0500, Rik van Riel wrote:
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -375,13 +375,6 @@ static struct ctl_table kern_table[] = {
> .mode = 0644,
> .proc_handler = sched_rt_handler,
> },
> - {
> - .procname = "sched_compat_yield",
> - .data = &sysctl_sched_compat_yield,
> - .maxlen = sizeof(unsigned int),
> - .mode = 0644,
> - .proc_handler = proc_dointvec,
> - },
> #ifdef CONFIG_PROVE_LOCKING
> {
> .procname = "prove_locking",
>
There's another instance of sysctl_sched_compat_yield in sched.h, I'll
remove that and its definition in sched_fair.c too ;-)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCH -v8a 0/7] directed yield for Pause Loop Exiting Rik van Riel
- [PATCH -v8a 1/7] sched: check the right ->nr_runnin... Rik van Riel
- [PATCH -v8a 4/7] sched: Add yield_to(task, preempt) fu... Rik van Riel
- Re: [PATCH -v8a 4/7] sched: Add yield_to(task, pre... Peter Zijlstra
- Re: [PATCH -v8a 4/7] sched: Add yield_to(task, pre... Peter Zijlstra
- [PATCH -v8a 5/7] export pid symbols needed for kvm_vcp... Rik van Riel
- [PATCH -v8a 2/7] sched: limit the scope of clear_buddi... Rik van Riel
- [PATCH -v8a 6/7] kvm: keep track of which task is runn... Rik van Riel
- [PATCH -v8a 7/7] kvm: use yield_to instead of sleep in... Rik van Riel
- [PATCH -v8a 3/7] sched: use a buddy to implement yield... Rik van Riel
- Re: [PATCH -v8a 3/7] sched: use a buddy to impleme... Peter Zijlstra
- Re: [PATCH -v8a 3/7] sched: use a buddy to impleme... Peter Zijlstra
- Re: [PATCH -v8a 0/7] directed yield for Pause Loop Exi... Avi Kivity
