]> 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)
commite8d81f60325ff22e82de706cf0df98c1cc79d9c9
treed4bc993420914f1be77a0b017d9dcac51f93ca58
parent47802a05a7861f165c8ca78c2b66d7474e8049db
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