Re: [PATCH 2/2] powerpc/lib: Implement UACCESS_FLUSHCACHE API

2017-10-19 Thread Oliver
On Thu, Oct 19, 2017 at 10:14 PM, Christophe LEROY wrote: > > > Le 19/10/2017 à 09:13, Oliver O'Halloran a écrit : >> >> Implement the architecture specific portitions of the UACCESS_FLUSHCACHE >> API. This provides functions for the copy_user_flushcache iterator that >>

Re: [PATCH 2/2] powerpc/lib: Implement UACCESS_FLUSHCACHE API

2017-10-19 Thread Christophe LEROY
Le 19/10/2017 à 09:13, Oliver O'Halloran a écrit : Implement the architecture specific portitions of the UACCESS_FLUSHCACHE API. This provides functions for the copy_user_flushcache iterator that ensure that when the copy is finished the destination buffer contains a copy of the original and

[PATCH 2/2] powerpc/lib: Implement UACCESS_FLUSHCACHE API

2017-10-19 Thread Oliver O'Halloran
Implement the architecture specific portitions of the UACCESS_FLUSHCACHE API. This provides functions for the copy_user_flushcache iterator that ensure that when the copy is finished the destination buffer contains a copy of the original and that the destination buffer is clean in the processor