Re: [PATCH 04/65] powerpc/mm: Use pte_user instead of opencoding

2016-04-04 Thread Aneesh Kumar K.V
Balbir Singh writes: > [ text/plain ] > > > On 27/03/16 19:23, Aneesh Kumar K.V wrote: >> We have common declaration in pte-common.h Add book3s specific one >> and switch to pte_user. In the later patch we will be switching >> _PAGE_USER to _PAGE_PRIVILEGED >> >> Signed-off-by: Aneesh Kumar K.V

Re: [PATCH 04/65] powerpc/mm: Use pte_user instead of opencoding

2016-03-30 Thread Balbir Singh
On 27/03/16 19:23, Aneesh Kumar K.V wrote: > We have common declaration in pte-common.h Add book3s specific one > and switch to pte_user. In the later patch we will be switching > _PAGE_USER to _PAGE_PRIVILEGED > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/include/asm/book3s/64/pgtab

[PATCH 04/65] powerpc/mm: Use pte_user instead of opencoding

2016-03-27 Thread Aneesh Kumar K.V
We have common declaration in pte-common.h Add book3s specific one and switch to pte_user. In the later patch we will be switching _PAGE_USER to _PAGE_PRIVILEGED Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/pgtable.h | 5 + arch/powerpc/perf/callchain.c