commit | a206c07213cf6372289f189c3774c4c3255a7ae1 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Sep 05 14:32:49 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 05 14:32:49 2007 +0200 |
tree | a13c33021cc7e7b656305cf20f96205c5f5745a9 | |
parent | a0dc72601d48b171b4870dfdd0824901a2b2b1a9 [diff] |
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 <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>