git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590e4d8
)
powerpc/numa: Increase SD_NODES_PER_DOMAIN to 32.
author
Anton Blanchard
<anton@samba.org>
Sun, 24 Jul 2011 16:33:14 +0000
(16:33 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 20 Sep 2011 05:53:22 +0000
(15:53 +1000)
The largest POWER7 boxes have 32 nodes. SD_NODES_PER_DOMAIN groups
nodes into chunks of 16 and adds a global balancing domain
(SD_ALLNODES) above it.
If we bump SD_NODES_PER_DOMAIN to 32, then we avoid this extra
level of balancing on our largest boxes.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found