From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yblG80gLLzDqpl for ; Tue, 14 Nov 2017 22:12:16 +1100 (AEDT) In-Reply-To: <20171107075309.20500-5-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: "Aneesh Kumar K . V" , Nicholas Piggin Subject: Re: [v2, 4/7] powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions Message-Id: <3yblG75SVwz9t0F@ozlabs.org> Date: Tue, 14 Nov 2017 22:12:15 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 cheers