From: Peter Zijlstra Date: Mon, 1 Nov 2010 17:52:05 +0000 (+0100) Subject: perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocation X-Git-Tag: v2.6.37-rc2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034c6efa4616e5ff6253549e973e7fef12899324;p=pandora-kernel.git perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocation Jasper suggested we use the zeroing capability of the allocators instead of calling memset ourselves. Add node affinity while we're at it. Reported-by: Jesper Juhl Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed