]> www.infradead.org Git - users/jedix/linux-maple.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 Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:02 +0000 (12:19 -0500)
commitad113eb48ae5127d8cdb424e757e30c5715e925f
treeaa740d646ea8631a45ecc67675b4f1e738769017
parent09cc61036bf902b684a2a9dcdeb555b16fb232ad
tools/testing/nvdimm: mock ioremap_wt

Orabug: 22913653

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>
(cherry picked from commit b1b2e6235a44174151fa3bb22657f74972635618)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
tools/testing/nvdimm/Kbuild
tools/testing/nvdimm/test/iomap.c