[PATCH v4 2/7] pmem, x86: move x86 PMEM API to new pmem.h header

2015-08-18 Thread Ross Zwisler
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 Suggested-by: Christoph Hellwig Reviewed-by: Christoph Hellwig ---

[PATCH v4 2/7] pmem, x86: move x86 PMEM API to new pmem.h header

2015-08-18 Thread Ross Zwisler
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.zwis...@linux.intel.com Suggested-by: Christoph Hellwig