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:
dc85da1
)
[PATCH] mm: optimize numa policy handling in slab allocator
author
Christoph Lameter
<clameter@engr.sgi.com>
Thu, 19 Jan 2006 01:42:37 +0000
(17:42 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:18 +0000
(19:20 -0800)
Move the interrupt check from slab_node into ___cache_alloc and adds an
"unlikely()" to avoid pipeline stalls on some architectures.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found