From: Chen, Kenneth W Date: Sun, 10 Dec 2006 10:20:35 +0000 (-0800) Subject: [PATCH] sched: remove lb_stopbalance counter X-Git-Tag: v2.6.20-rc1~145^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06066714f6016cffcb249f6ab21b7919de1bc859;p=pandora-kernel.git [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 Signed-off-by: Suresh Siddha Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed