]> git.baikalelectronics.ru Git - kernel.git/commit
sched: clean up debug info
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 10 Nov 2008 09:46:32 +0000 (10:46 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 10 Nov 2008 09:51:51 +0000 (10:51 +0100)
commit78a7ea955bbc6d64735b887c2596687599f2439a
treeee7b71de46c0c71dec9e9ebb0efd2e66ce1c7a6d
parentc302eef231363794a6a5c4de2ba078b679c35415
sched: clean up debug info

Impact: clean up and fix debug info printout

While looking over the sched_debug code I noticed that we printed the rq
schedstats for every cfs_rq, ammend this.

Also change nr_spead_over into an int, and fix a little buglet in
min_vruntime printing.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_debug.c