]> git.baikalelectronics.ru Git - kernel.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)
commit5ab6693936eddf117827fcdf0fc10701205b7147
treeb46800936b1cdd40adcc79945cf3a5d29da2cf7b
parent1346ff6a6d9fb9667d82c66a2a6da938938af329
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