commit | c91c4773b334d4d3a6d44626dc2a558ad97b86f3 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 08:10:28 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 19:15:54 2009 +0300 |
tree | 7703e307ec9b33577365130dc0e8665333ea1487 | |
parent | 441c7e0a2ed38827b48b907bd1fa29faba2017a3 [diff] |
bootmem: fix slab fallback on numa If the user requested bootmem allocation on a specific node, we should use kzalloc_node() for the fallback allocation. Cc: Ingo Molnar <mingo@elte.hu> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>