commit | 424de9c6e3f89399fc11afc1f53f89c5329132da | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 19 14:49:06 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 02 13:11:06 2017 +1000 |
tree | 1f2427b3c5e2994c5735d18238ea84057f3c6c15 | |
parent | a46cc7a90fd8d95bfbb2b27080efe872a1a51db4 [diff] |
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range We do that because it's used by THP pmd collapsing, so use instead a dedicated flush function. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>