Searched hist:"9 d15ce9caaf9ecbec74e3be156a4a57451ed16c2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | nfit.c | diff 9d15ce9caaf9ecbec74e3be156a4a57451ed16c2 Mon Sep 19 15:49:48 CDT 2016 Dan Williams <dan.j.williams@intel.com> tools/testing/nvdimm: fix allocation range for mock flush hint tables
Commit 480b6837aa57 "nvdimm: fix PHYS_PFN/PFN_PHYS mixup" identified that we were passing an invalid address to devm_nvdimm_ioremap(). With that fixed it exposed a bug in the memory reservation size for flush hint tables. Since we map a full page we need to mock a full page of memory to back the flush hint table entries.
Cc: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|