tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc()
authorDan Williams <dan.j.williams@intel.com>
Thu, 16 Jun 2016 03:34:17 +0000 (20:34 -0700)
committerDan Williams <dan.j.williams@intel.com>
Mon, 27 Jun 2016 18:40:46 +0000 (11:40 -0700)
commitee8520fe8cd4cd2658ca555781eefeb4914c4ef9
treebef946a586e0416b6b2df37ad3d41dc0d3769808
parentf295e53b60eb93ee53ed5ac610374ed293caa57b
tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc()

DMA_CMA is incompatible with SWIOTLB used in enterprise distro
configurations.  Switch to vmalloc() allocations for all resources.

Acked-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/nvdimm/Kbuild
tools/testing/nvdimm/pmem-dax.c
tools/testing/nvdimm/test/iomap.c
tools/testing/nvdimm/test/nfit.c