[PATCH] sched: remove lb_stopbalance counter
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Sun, 10 Dec 2006 10:20:35 +0000 (02:20 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:43 +0000 (09:55 -0800)
commit06066714f6016cffcb249f6ab21b7919de1bc859
treeef6848c94a8cf0af47bdf8534aa49b507dfc5952
parent783609c6cb4eaa23f2ac5c968a44483584ec133f
[PATCH] sched: remove lb_stopbalance counter

Remove scheduler stats lb_stopbalance counter.  This counter can be
calculated by: lb_balanced - lb_nobusyg - lb_nobusyq.  There is no need to
create gazillion counters while we can derive the value.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sched.h
kernel/sched.c