powerpc/mm/radix: Remove unnecessary ptesync
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 1 Apr 2017 14:41:48 +0000 (20:11 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 10 Apr 2017 21:46:02 +0000 (07:46 +1000)
commitf7327e0ba3805470cced2acfa053e795362ee41d
tree710fd9ec10f3f388a8735ec896573a3664628f01
parentf6b0df55cad252fedd60aa2ba75a0207d0006283
powerpc/mm/radix: Remove unnecessary ptesync

For a tlbiel with pid, we need to issue tlbiel with set number encoded. We
don't need to do ptesync for each of those. Instead we need one for the entire
tlbiel pid operation.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/tlb-radix.c