From: Ingo Molnar Date: Wed, 5 Sep 2007 12:32:49 +0000 (+0200) Subject: sched: debug: fix cfs_rq->wait_runtime accounting X-Git-Tag: v2.6.23-rc6~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a206c07213cf6372289f189c3774c4c3255a7ae1;p=pandora-kernel.git sched: debug: fix cfs_rq->wait_runtime accounting the cfs_rq->wait_runtime debug/statistics counter was not maintained properly - fix this. this also removes some code: text data bss dec hex filename 13420 228 1204 14852 3a04 sched.o.before 13404 228 1204 14836 39f4 sched.o.after Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra --- Reading git-diff-tree failed