]> git.baikalelectronics.ru Git - kernel.git/commit
sched: debug: fix cfs_rq->wait_runtime accounting
authorIngo Molnar <mingo@elte.hu>
Wed, 5 Sep 2007 12:32:49 +0000 (14:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 5 Sep 2007 12:32:49 +0000 (14:32 +0200)
commit06632084c52004d66e7dc6b53be032a8a935f2a9
treea13c33021cc7e7b656305cf20f96205c5f5745a9
parenta81c8c0b6a90c5de5a846763a21d83e19fbfe2a5
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>
kernel/sched.c
kernel/sched_fair.c