Re: [v2, 4/7] powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions

2017-11-14 Thread Michael Ellerman
On Tue, 2017-11-07 at 07:53:06 UTC, Nicholas Piggin wrote: > Move the barriers and range iteration down into the _tlbie* level, > which improves readability. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d665767e39fa4a9e725f92d77ba206 chee

[PATCH v2 4/7] powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions

2017-11-07 Thread Nicholas Piggin
Move the barriers and range iteration down into the _tlbie* level, which improves readability. Signed-off-by: Nicholas Piggin --- arch/powerpc/mm/tlb-radix.c | 71 ++--- 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/arch/powerpc/mm/tlb-ra