commit | b1b2e6235a44174151fa3bb22657f74972635618 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Fri Jul 10 11:06:11 2015 -0600 |
committer | Dan Williams <dan.j.williams@intel.com> | Fri Jul 10 13:50:50 2015 -0400 |
tree | d4bc993420914f1be77a0b017d9dcac51f93ca58 | |
parent | b864bc17f1c326783f2388057e15d3e153125ab9 [diff] |
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>