linux/kernel/sched
Hiroshi Shimamoto de5bdff7a7 sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
Current the initial SCHED_RR timeslice of init_task is HZ, which means
1s, and is not same as the default SCHED_RR timeslice DEF_TIMESLICE.

Change that initial timeslice to the DEF_TIMESLICE.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
[ s/DEF_TIMESLICE/RR_TIMESLICE/g ]
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4F3C9995.3010800@ct.jp.nec.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2012-02-22 12:28:29 +01:00
..
auto_group.c
auto_group.h
clock.c
core.c sched, block: Unify cache detection 2012-01-27 13:28:48 +01:00
cpupri.c
cpupri.h
debug.c sched: Remove sched_switch 2012-01-27 13:28:53 +01:00
fair.c sched: Remove rcu_read_lock/unlock() from select_idle_sibling() 2012-02-22 12:28:28 +01:00
features.h
idle_task.c
Makefile
rt.c sched: Make initial SCHED_RR timeslace DEF_TIMESLICE 2012-02-22 12:28:29 +01:00
sched.h sched: Make initial SCHED_RR timeslace DEF_TIMESLICE 2012-02-22 12:28:29 +01:00
stats.c sched: Remove sched_switch 2012-01-27 13:28:53 +01:00
stats.h
stop_task.c