]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 28 Nov 2016 06:17:01 +0000 (11:47 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Nov 2016 11:43:45 +0000 (22:43 +1100)
commitf4bead55f4ed4f6bcddb9ed5c6df69445076ff58
treefb05a3d2ddb9c82928c49fb3cbd38f42814720eb
parentfb1c9a27861a477a6290568b3f6b03112b1b883c
powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()

Now that we have page size details encoded in pte using software pte
bits, use that to find the page size needed for tlb flush.

This function should only be used on P9 DD1, so give it a horrible name
to make that clear.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/tlbflush-radix.h
arch/powerpc/mm/tlb-radix.c