summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/tlb_hash64.c
diff options
context:
space:
mode:
authorAneesh Kumar K.V2016-04-29 15:26:04 +0200
committerMichael Ellerman2016-05-01 10:33:08 +0200
commit676012a66f651a98808459bc8ab75661828ed96f (patch)
tree30029244e74a5de7e8989a6424ec2080341160bc /arch/powerpc/mm/tlb_hash64.c
parentpowerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c (diff)
downloadkernel-qcow2-linux-676012a66f651a98808459bc8ab75661828ed96f.tar.gz
kernel-qcow2-linux-676012a66f651a98808459bc8ab75661828ed96f.tar.xz
kernel-qcow2-linux-676012a66f651a98808459bc8ab75661828ed96f.zip
powerpc/mm: Hash abstraction for tlbflush routines
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/tlb_hash64.c')
-rw-r--r--arch/powerpc/mm/tlb_hash64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/tlb_hash64.c b/arch/powerpc/mm/tlb_hash64.c
index 38497cf5e31b..4517aa43a8b1 100644
--- a/arch/powerpc/mm/tlb_hash64.c
+++ b/arch/powerpc/mm/tlb_hash64.c
@@ -155,7 +155,7 @@ void __flush_tlb_pending(struct ppc64_tlb_batch *batch)
batch->index = 0;
}
-void tlb_flush(struct mmu_gather *tlb)
+void hash__tlb_flush(struct mmu_gather *tlb)
{
struct ppc64_tlb_batch *tlbbatch = &get_cpu_var(ppc64_tlb_batch);