OSDN Git Service

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)
commitb1b2e6235a44174151fa3bb22657f74972635618
treed4bc993420914f1be77a0b017d9dcac51f93ca58
parentb864bc17f1c326783f2388057e15d3e153125ab9
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