RE: [PATCH v2] pmem: add pmem support codes on ARM64

2016-07-11 Thread kwangwoo....@sk.com
@lists.infradead.org; linux-nvd...@lists.01.org; Ross > Zwisler; Catalin Marinas; > Will Deacon; Dan Williams; Vishal Verma; 정우석(CHUNG WOO SUK) MS SW; 김현철(KIM > HYUNCHUL) MS SW; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v2] pmem: add pmem support codes on ARM64 > > Hi

Re: [PATCH v2] pmem: add pmem support codes on ARM64

2016-07-11 Thread Mark Rutland
Hi, On Fri, Jul 08, 2016 at 04:51:38PM +0900, Kwangwoo Lee wrote: > +/** > + * arch_memcpy_to_pmem - copy data to persistent memory > + * @dst: destination buffer for the copy > + * @src: source buffer for the copy > + * @n: length of the copy in bytes > + * > + * Copy data to persistent memory me