From: Nicholas Piggin <npiggin@gmail.com> Date: 2018-07-25 13:58:18
When the mm is being torn down there will be a full PID flush so
there is no need to flush the TLB on page size changes.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
arch/powerpc/include/asm/tlb.h | 3 +++
1 file changed, 3 insertions(+)
From: Michael Ellerman <hidden> Date: 2018-08-08 14:25:54
On Wed, 2018-07-25 at 13:58:06 UTC, Nicholas Piggin wrote:
When the mm is being torn down there will be a full PID flush so
there is no need to flush the TLB on page size changes.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Aneesh Kumar K.V <redacted>