From: Dean Nelson Date: Wed, 28 Jun 2006 18:50:09 +0000 (-0500) Subject: [IA64] make uncached allocator more node aware X-Git-Tag: v2.6.18-rc4~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca7994f60eb6550d9e9b36d3b641a5a0e18a7c1;p=pandora-kernel.git [IA64] make uncached allocator more node aware The uncached allocator has a function, uncached_get_new_chunk(), that needs to be serialized on a per node basis. It also has a global variable, allocated_granules, which should be defined on a per node basis and protected by that serialization. Additionally, all error returns from functions called (like ia64_pal_mc_drain()) should be handled appropriately. Signed-off-by: Dean Nelson Acked-by: Jes Sorenson Signed-off-by: Tony Luck --- Reading git-diff-tree failed