Re: [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter

2018-09-18 Thread Christophe LEROY
Christophe Leroy writes: In order to avoid multiple conversions, handover directly a pgprot_t to map_kernel_page() as already done for radix. Do the same for __ioremap_caller() and __ioremap_at(). Reviewed-by: Aneesh Kumar K.V Signed-off-by: Christophe Leroy ---

[PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter

2018-09-12 Thread Christophe Leroy
In order to avoid multiple conversions, handover directly a pgprot_t to map_kernel_page() as already done for radix. Do the same for __ioremap_caller() and __ioremap_at(). Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-