]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pmem: convert to generic memremap
authorDan Williams <dan.j.williams@intel.com>
Wed, 12 Aug 2015 22:42:56 +0000 (18:42 -0400)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:20 +0000 (12:19 -0500)
commit145b463c4e11fb3a92e7a4062cd627a683d8ae8a
treeb93ec989e3abdff9d8da0a30ed8ddd1dfc717e8c
parente11a3210dde67ef3401775a1d34ec113897c48e1
pmem: convert to generic memremap

Orabug: 22913653

Kill arch_memremap_pmem() and just let the architecture specify the
flags to be passed to memremap().  Default to writethrough by default.

Suggested-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dan Duval <dan.duval@oracle.com>
(cherry picked from commit e836a256e8fd579c9d7a3685f22981225a1ca451)

Conflict:

include/linux/pmem.h
arch/x86/include/asm/io.h
include/linux/pmem.h
tools/testing/nvdimm/Kbuild
tools/testing/nvdimm/test/iomap.c