diff options
author | Balbir Singh | 2007-11-09 22:39:37 +0100 |
---|---|---|
committer | Ingo Molnar | 2007-11-09 22:39:37 +0100 |
commit | 9a41785cc43d88397f787a651ed7286a33f8462f (patch) | |
tree | ab3efa693c573f2b40dbf4d0e3f219f2dc20da22 /kernel/timer.c | |
parent | sched: reintroduce the sched_min_granularity tunable (diff) | |
download | kernel-qcow2-linux-9a41785cc43d88397f787a651ed7286a33f8462f.tar.gz kernel-qcow2-linux-9a41785cc43d88397f787a651ed7286a33f8462f.tar.xz kernel-qcow2-linux-9a41785cc43d88397f787a651ed7286a33f8462f.zip |
sched: fix delay accounting regression
Fix the delay accounting regression introduced by commit
75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info
data associated with it. task_struct sched_info structure is used by delay
accounting to provide back statistics to user space.
also remove direct use of sched_clock() (which is not a valid thing to
do anymore) and use rq->clock instead.
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/timer.c')
0 files changed, 0 insertions, 0 deletions