From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp04.in.ibm.com (e28smtp04.in.ibm.com [125.16.236.4]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qqYtn1LG2zDqM1 for ; Wed, 20 Apr 2016 17:49:36 +1000 (AEST) Received: from localhost by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Apr 2016 13:19:33 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u3K7nUSO4850118 for ; Wed, 20 Apr 2016 13:19:30 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u3KDHRqE026423 for ; Wed, 20 Apr 2016 18:47:31 +0530 From: "Aneesh Kumar K.V" To: Michael Ellerman , benh@kernel.crashing.org, paulus@samba.org Cc: Scott Wood , linuxppc-dev@lists.ozlabs.org Subject: Re: [V2, 02/68] powerpc/mm/nohash: Return correctly from flush_tlb_page In-Reply-To: <3qqT082lMCz9t3q@ozlabs.org> References: <3qqT082lMCz9t3q@ozlabs.org> Date: Wed, 20 Apr 2016 03:49:19 -0400 Message-ID: <87vb3c3ekg.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Michael Ellerman writes: > On Sat, 2016-09-04 at 06:12:58 UTC, "Aneesh Kumar K.V" wrote: >> if it is a hugetlb address return without calling __flush_tlb_page. > > Why? > > cheers Because flush_hugetlb_page will do the necessary flush -aneesh