[PATCH 2/3] devm_memremap_pages: use numa_mem_id

2015-09-25 Thread Dan Williams
Hint to closest numa node for the placement of newly allocated pages. As that is where the device's other allocations will originate by default when it does not specify a NUMA node. Cc: Christoph Hellwig Cc: Ross Zwisler Signed-off-by: Dan Williams --- kernel/memremap.c |2 +- 1 file

[PATCH 2/3] devm_memremap_pages: use numa_mem_id

2015-09-25 Thread Dan Williams
Hint to closest numa node for the placement of newly allocated pages. As that is where the device's other allocations will originate by default when it does not specify a NUMA node. Cc: Christoph Hellwig Cc: Ross Zwisler Signed-off-by: Dan Williams