> On 11/10/2007, Ingo Molnar <mingo@elte.hu> wrote:
>> * Peter Williams <pwil3058@bigpond.net.au> wrote:
>>
>>> -#define MIN_TIMESLICE max(5 * HZ / 1000, 1)
>>> -#define DEF_TIMESLICE (100 * HZ / 1000)
>> hm, this got removed by Dmitry quite some time ago. Could you please do
>> this patch against the sched-devel git tree:
>
> here is the commit:
>
http://git.kernel.org/?p=linux/kernel/git/mingo/linux-2.6-sched-devel.git;a=commit;h=d...
>
> I had also considered introducing smth like
> sched_class::task_timeslice() but decided it was not worth it.