commit | 8cb8140c4c93975d7db8fbfd2fd68f7a91f74a5d | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jul 13 15:06:35 2016 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 01 11:15:08 2016 +1000 |
tree | 9772d850ef4dae0b2119863db857129ddc6a3b57 | |
parent | e2985fd9b8de51a24fa290e06c9376a03f9a8924 [diff] |
powerpc/mm/radix: Implement tlb mmu gather flush efficiently Now that we track page size in mmu_gather, we can use address based tlbie format when doing a tlb_flush(). We don't do this if we are invalidating the full address space. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>