From: Balbir Singh Date: Fri, 9 Nov 2007 21:39:37 +0000 (+0100) Subject: sched: fix delay accounting regression X-Git-Tag: v2.6.24-rc3~170^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a41785cc43d88397f787a651ed7286a33f8462f;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed