From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3w253964rxzDqC2 for ; Tue, 11 Apr 2017 08:49:25 +1000 (AEST) In-Reply-To: <1491057708-15934-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com> To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: [2/2] powerpc/mm/radix: Remove unnecessary ptesync Message-Id: <3w25394rHVz9sNH@ozlabs.org> Date: Tue, 11 Apr 2017 08:49:25 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2017-04-01 at 14:41:48 UTC, "Aneesh Kumar K.V" wrote: > For a tlbiel with pid, we need to issue tlbiel with set number encoded. We > don't need to do ptesync for each of those. Instead we need one for the entire > tlbiel pid operation. > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Aneesh Kumar K.V > Acked-by: Anton Blanchard Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f7327e0ba3805470cced2acfa053e7 cheers