sched: Pre-compute cpumask_weight(sched_domain_span(sd))

Dave reported that his large SPARC machines spend lots of time in
hweight64(), try and optimize some of those needless cpumask_weight()
invocations (esp. with the large offstack cpumasks these are very
expensive indeed).

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Peter Zijlstra
2010-04-16 14:59:29 +02:00
committed by Ingo Molnar
parent 74f5187ac8
commit 669c55e9f9
3 changed files with 9 additions and 7 deletions

View File

@ -960,6 +960,7 @@ struct sched_domain {
char *name;
#endif
unsigned int span_weight;
/*
* Span of all CPUs in this domain.
*