Anshuman Khandual <anshuman.khand...@arm.com> writes: > This defines and exports a platform specific custom vm_get_page_prot() via > subscribing ARCH_HAS_VM_GET_PAGE_PROT. Subsequently all __SXXX and __PXXX > macros can be dropped which are no longer needed. While here, this also > localizes arch_vm_get_page_prot() as powerpc_vm_get_page_prot() and moves > it near vm_get_page_prot(). > > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: Paul Mackerras <pau...@samba.org> > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-ker...@vger.kernel.org > Signed-off-by: Anshuman Khandual <anshuman.khand...@arm.com> > --- > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/mman.h | 12 ------ > arch/powerpc/include/asm/pgtable.h | 19 ---------- > arch/powerpc/mm/mmap.c | 59 ++++++++++++++++++++++++++++++ > 4 files changed, 60 insertions(+), 31 deletions(-)
Acked-by: Michael Ellerman <m...@ellerman.id.au> (powerpc) cheers