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:
95b6886
)
slab: remove one NR_CPUS dependency
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 25 Jul 2011 06:55:42 +0000
(08:55 +0200)
committer
Pekka Enberg
<penberg@kernel.org>
Thu, 28 Jul 2011 10:40:08 +0000
(13:40 +0300)
Reduce high order allocations in do_tune_cpucache() for some setups.
(NR_CPUS=4096 -> we need 64KB)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found