powerpc/mm: Rename pte fragment functions
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 16 Apr 2018 11:27:17 +0000 (16:57 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 May 2018 12:29:10 +0000 (22:29 +1000)
commit8ce74cffff91b5f84c7c46409c452a3014971698
tree4dedd3a1b40097ce1037fd198223ec55c13fb9bf
parentaf60a4cf8736ec0889930509431dbc2f45a4e9eb
powerpc/mm: Rename pte fragment functions

We rename the alloc and get_from_cache to indicate they operate on pte
fragments. In later patch we will add pmd fragment support.

No functional change in this patch.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pgtable_64.c