]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/mm: make gup_hugepte() static
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 26 Apr 2019 05:59:43 +0000 (05:59 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:23 +0000 (01:20 +1000)
commit0001e5aa5c028c11570f2e641f0198287f4808ba
treeae86bb7a5af2428555fde2a997e01359d6c204eb
parentb7dcf96ce03e2cab7eb6cda2ca8c66e1529e9bc3
powerpc/mm: make gup_hugepte() static

gup_huge_pd() is the only user of gup_hugepte() and it is
located in the same file. This patch moves gup_huge_pd()
after gup_hugepte() and makes gup_hugepte() static.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/pgtable.h
arch/powerpc/mm/hugetlbpage.c