commit | 034c6efa4616e5ff6253549e973e7fef12899324 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Nov 01 18:52:05 2010 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 10 22:58:40 2010 +0100 |
tree | 7a695a818903246cbc11b4986de2d47d3d98b96a | |
parent | eed01528a45dc4138e9a08064b4b6cc1a9426899 [diff] |
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 <jj@chaosbits.net> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>