]> git.baikalelectronics.ru Git - kernel.git/commit
tools/testing/nvdimm: mock ioremap_wt
authorDan Williams <dan.j.williams@intel.com>
Fri, 10 Jul 2015 17:06:11 +0000 (11:06 -0600)
committerDan Williams <dan.j.williams@intel.com>
Fri, 10 Jul 2015 17:50:50 +0000 (13:50 -0400)
commit2b3940616d54c268e4fae48986e157eee5679fa1
treed4bc993420914f1be77a0b017d9dcac51f93ca58
parenteed0f3cf8057d81508d3f02d3ebdc28987595bf4
tools/testing/nvdimm: mock ioremap_wt

In the 4.2-rc1 merge the default_memremap_pmem() implementation switched
from ioremap_nocache() to ioremap_wt().  Add it to the list of mocked
routines to restore the ability to run the unit tests.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/nvdimm/Kbuild
tools/testing/nvdimm/test/iomap.c