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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 096261A04D3 for ; Fri, 2 Oct 2015 17:47:10 +1000 (AEST) In-Reply-To: <1441266656-4789-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> To: "Aneesh Kumar K.V" From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: powerpc/mm: Add virt_to_pfn and use this instead of opencoding Message-Id: <20151002074709.E42FD140788@ozlabs.org> Date: Fri, 2 Oct 2015 17:47:09 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-03-09 at 07:50:56 UTC, "Aneesh Kumar K.V" wrote: > This add helper virt_to_pfn and remove the opencoded usage of the > same. > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/65d3223a853ac8598694064c cheers