aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/nvdimm/Kbuild
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2015-07-10 11:06:11 -0600
committerDan Williams <dan.j.williams@intel.com>2015-07-10 13:50:50 -0400
commitb1b2e6235a44174151fa3bb22657f74972635618 (patch)
treed4bc993420914f1be77a0b017d9dcac51f93ca58 /tools/testing/nvdimm/Kbuild
parentpmem: add maintainer for include/linux/pmem.h (diff)
downloadlinux-dev-b1b2e6235a44174151fa3bb22657f74972635618.tar.xz
linux-dev-b1b2e6235a44174151fa3bb22657f74972635618.zip
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>
Diffstat (limited to 'tools/testing/nvdimm/Kbuild')
-rw-r--r--tools/testing/nvdimm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/nvdimm/Kbuild b/tools/testing/nvdimm/Kbuild
index 8e9b64520ec1..8e020601c773 100644
--- a/tools/testing/nvdimm/Kbuild
+++ b/tools/testing/nvdimm/Kbuild
@@ -1,3 +1,4 @@
+ldflags-y += --wrap=ioremap_wt
ldflags-y += --wrap=ioremap_cache
ldflags-y += --wrap=ioremap_nocache
ldflags-y += --wrap=iounmap