mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[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>
This commit is contained in:
parent
783609c6cb
commit
06066714f6
2 changed files with 4 additions and 8 deletions
|
@ -707,7 +707,6 @@ struct sched_domain {
|
|||
unsigned long lb_hot_gained[MAX_IDLE_TYPES];
|
||||
unsigned long lb_nobusyg[MAX_IDLE_TYPES];
|
||||
unsigned long lb_nobusyq[MAX_IDLE_TYPES];
|
||||
unsigned long lb_stopbalance[MAX_IDLE_TYPES];
|
||||
|
||||
/* Active load balancing */
|
||||
unsigned long alb_cnt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue