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 3y702r6XRtzDr1T for ; Thu, 5 Oct 2017 15:21:40 +1100 (AEDT) In-Reply-To: <20170903181513.29635-1-fbarrat@linux.vnet.ibm.com> To: Frederic Barrat , linuxppc-dev@lists.ozlabs.org, benh@kernel.crashing.org, andrew.donnellan@au1.ibm.com, clombard@linux.vnet.ibm.com, vaibhav@linux.vnet.ibm.com From: Michael Ellerman Cc: alistair@popple.id.au Subject: Re: [v3,1/2] powerpc/mm: Export flush_all_mm() Message-Id: <3y702r4yzGz9t3v@ozlabs.org> Date: Thu, 5 Oct 2017 15:21:40 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2017-09-03 at 18:15:12 UTC, Frederic Barrat wrote: > With the optimizations introduced by commit a46cc7a90fd8 > ("powerpc/mm/radix: Improve TLB/PWC flushes"), flush_tlb_mm() no > longer flushes the page walk cache with radix. This patch introduces > flush_all_mm(), which flushes everything, tlb and pwc, for a given mm. > > Signed-off-by: Frederic Barrat > Reviewed-By: Alistair Popple Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6110236b9bbd177debc045c5fc2922 cheers