Re: [PATCH v2] sched: add a tuning knob to allow changing RR tmeslice

From: Ingo Molnar
Date: Fri Jan 25 2013 - 13:36:02 EST



* Clark Williams <williams@xxxxxxxxxx> wrote:

> > Shouldn't this be in kernel/sched/sched.h instead of the
> > (already too large) linux/sched.h?
>
> I don't think that will work be cause kernel/sysctl.c needs
> the externs and I doubt we want to include
> kernel/sched/sched.h from there.

Then at least introduce a new include/linux/sched_sysctl.h file
please, and include it in sysctl.c and move this new knob there?

Other scheduler related sysctl knobs can move there too later
on, reducing the burden on sched.h.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/