]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm...
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 10 Apr 2017 13:23:45 +0000 (10:23 -0300)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 21 Apr 2017 08:11:07 +0000 (10:11 +0200)
commitea856a8baccee7dd3fd9fd37a37cd688d534a0b6
tree862fe7edb867e427773e034c33b2a71db3d83ead
parent37fedadeba0000b7e1413f7fe3b18585794f71df
UBUNTU: SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush

BugLink: https://bugs.launchpad.net/bugs/1681429
For fullmm tlb flush, we do a flush with RIC_FLUSH_ALL which will invalidate all
related caches (radix__tlb_flush()). Hence the pwc flush is not needed.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Breno Leitao <breno.leitao@gmail.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/powerpc/mm/tlb-radix.c