summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRoss Zwisler2015-08-18 21:55:36 +0200
committerDan Williams2015-08-20 20:07:23 +0200
commit40603526569b304dd92f720f2f8ab11e828ea145 (patch)
tree0ab5b02bccc11c6162a6eacca2cfdd08fbc36ddd /MAINTAINERS
parentpmem: switch to devm_ allocations (diff)
downloadkernel-qcow2-linux-40603526569b304dd92f720f2f8ab11e828ea145.tar.gz
kernel-qcow2-linux-40603526569b304dd92f720f2f8ab11e828ea145.tar.xz
kernel-qcow2-linux-40603526569b304dd92f720f2f8ab11e828ea145.zip
pmem, x86: move x86 PMEM API to new pmem.h header
Move the x86 PMEM API implementation out of asm/cacheflush.h and into its own header asm/pmem.h. This will allow members of the PMEM API to be more easily identified on this and other architectures. Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Suggested-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9289ecb57b68..8fcde3717ab7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6161,6 +6161,7 @@ Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
S: Supported
F: drivers/nvdimm/pmem.c
F: include/linux/pmem.h
+F: arch/*/include/asm/pmem.h
LINUX FOR IBM pSERIES (RS/6000)
M: Paul Mackerras <paulus@au.ibm.com>