From: Christoph Lameter Date: Thu, 19 Jan 2006 01:42:37 +0000 (-0800) Subject: [PATCH] mm: optimize numa policy handling in slab allocator X-Git-Tag: v2.6.16-rc2~337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c562a9d6683063e071692fe14e0a18e64ee1be;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed