Skip to content
Commit 9a41785c authored by Balbir Singh's avatar Balbir Singh Committed by Ingo Molnar
Browse files

sched: fix delay accounting regression

Fix the delay accounting regression introduced by commit
75d4ef16

. 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: default avatarBalbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b2be5e96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment