[PATCH 3/3] pmem, memremap: convert to numa aware allocations

2015-09-25 Thread Dan Williams
Given that pmem ranges come with numa-locality hints, arrange for the resulting driver objects to be obtained from node-local memory. Signed-off-by: Dan Williams --- drivers/nvdimm/pmem.c |5 +++-- kernel/memremap.c |7 --- 2 files changed, 7 insertions(+), 5 deletions(-) diff

[PATCH 3/3] pmem, memremap: convert to numa aware allocations

2015-09-25 Thread Dan Williams
Given that pmem ranges come with numa-locality hints, arrange for the resulting driver objects to be obtained from node-local memory. Signed-off-by: Dan Williams --- drivers/nvdimm/pmem.c |5 +++-- kernel/memremap.c |7 --- 2 files changed, 7