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

2015-08-15 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2015-08-15 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig h...@lst.de -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2015-08-13 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 --- MAINTAINERS

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

2015-08-13 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