Re: [PATCH 6/6] arm64: uaccess: Implement *_flushcache variants

2017-08-10 Thread Catalin Marinas
On Thu, Aug 10, 2017 at 12:58:45PM +0200, Arnd Bergmann wrote: > On Tue, Jul 25, 2017 at 12:55 PM, Robin Murphy wrote: > > Implement the set of copy functions with guarantees of a clean cache > > upon completion necessary to support the pmem driver. > > > > Signed-off-by:

Re: [PATCH 6/6] arm64: uaccess: Implement *_flushcache variants

2017-08-10 Thread Arnd Bergmann
On Tue, Jul 25, 2017 at 12:55 PM, Robin Murphy wrote: > Implement the set of copy functions with guarantees of a clean cache > upon completion necessary to support the pmem driver. > > Signed-off-by: Robin Murphy > --- > arch/arm64/Kconfig

Re: [PATCH 6/6] arm64: uaccess: Implement *_flushcache variants

2017-08-07 Thread Will Deacon
On Tue, Jul 25, 2017 at 11:55:43AM +0100, Robin Murphy wrote: > Implement the set of copy functions with guarantees of a clean cache > upon completion necessary to support the pmem driver. > > Signed-off-by: Robin Murphy > --- > arch/arm64/Kconfig | 1 + >