linux/kernel/sched
Shan Hai 5b680fd613 sched/rt: Code cleanup, remove a redundant function call
The second call to sched_rt_period() is redundant, because the value of the
rt_runtime was already read and it was protected by the ->rt_runtime_lock.

Signed-off-by: Shan Hai <haishan.bai@gmail.com>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1322535836-13590-2-git-send-email-haishan.bai@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2011-12-06 09:06:28 +01:00
..
Makefile
auto_group.c
auto_group.h
clock.c
core.c sched: Fix the sched group node allocation for SD_OVERLAP domains 2011-12-06 09:06:26 +01:00
cpupri.c
cpupri.h
debug.c
fair.c sched: Set skip_clock_update in yield_task_fair() 2011-12-06 09:06:24 +01:00
features.h
idle_task.c
rt.c sched/rt: Code cleanup, remove a redundant function call 2011-12-06 09:06:28 +01:00
sched.h sched: Clean up domain traversal in select_idle_sibling() 2011-12-06 08:51:25 +01:00
stats.c
stats.h
stop_task.c