]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pmem, x86: move x86 PMEM API to new pmem.h header
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Tue, 18 Aug 2015 19:55:36 +0000 (13:55 -0600)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:23 +0000 (12:19 -0500)
commit3394e44cb998e26a2edbfdbada55f0c38d4f92cc
tree4ea08eccff576b4ae68d7945b625831096434b31
parent90d9b057c0ac620314b8a9cc94f2e9212a05ed00
pmem, x86: move x86 PMEM API to new pmem.h header

Orabug: 22913653

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>
(cherry picked from commit 40603526569b304dd92f720f2f8ab11e828ea145)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
MAINTAINERS
arch/x86/include/asm/cacheflush.h
arch/x86/include/asm/pmem.h [new file with mode: 0644]
include/linux/pmem.h