]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2310df2b64724a6e6ff751c2b892fba5ccb6101d
tree710fd9ec10f3f388a8735ec896573a3664628f01
parent543612598fd1139dcc9f565ecf09f818fb80649d
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