]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 29 May 2017 15:31:56 +0000 (17:31 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Jun 2017 09:59:03 +0000 (19:59 +1000)
commit4386c096c2ffa1b3232d701e9d7ff82a1378e1c5
treeb46800936b1cdd40adcc79945cf3a5d29da2cf7b
parentd2485644c7836514e337de456b5a6c8a1119fc8b
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit

These two functions implement the same semantics, so unify their naming so we
can share code that calls them. The longer name is more descriptive so use it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/32/pgtable.h
arch/powerpc/include/asm/nohash/32/pgtable.h
arch/powerpc/mm/8xx_mmu.c
arch/powerpc/mm/dma-noncoherent.c
arch/powerpc/mm/mem.c
arch/powerpc/mm/mmu_decl.h
arch/powerpc/mm/pgtable_32.c