commit | 86c562a9d6683063e071692fe14e0a18e64ee1be | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Wed Jan 18 17:42:37 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 18 19:20:18 2006 -0800 |
tree | dd64f8bff4624f17f2245aeadf962e0d6d5974a0 | |
parent | dc85da15d42b0efc792b0f5eab774dc5dbc1ceec [diff] |
[PATCH] mm: optimize numa policy handling in slab allocator 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>