Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754721AbbFWN0Z (ORCPT ); Tue, 23 Jun 2015 09:26:25 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:7503 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752368AbbFWN0S (ORCPT ); Tue, 23 Jun 2015 09:26:18 -0400 X-IronPort-AV: E=Sophos;i="5.13,665,1427760000"; d="scan'208";a="277680258" Date: Tue, 23 Jun 2015 14:25:34 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Julien Grall CC: , , , , , , Julien Grall Subject: Re: [RFC 09/23] arm/xen: Drop duplicate define mfn_to_virt In-Reply-To: <1431622863-28575-10-git-send-email-julien.grall@citrix.com> Message-ID: References: <1431622863-28575-1-git-send-email-julien.grall@citrix.com> <1431622863-28575-10-git-send-email-julien.grall@citrix.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 32 On Thu, 14 May 2015, Julien Grall wrote: > From: Julien Grall > > Signed-off-by: Julien Grall > Cc: Stefano Stabellini Reviewed-by: Stefano Stabellini > arch/arm/include/asm/xen/page.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h > index 0b579b2..1bee8ca 100644 > --- a/arch/arm/include/asm/xen/page.h > +++ b/arch/arm/include/asm/xen/page.h > @@ -12,7 +12,6 @@ > #include > > #define phys_to_machine_mapping_valid(pfn) (1) > -#define mfn_to_virt(m) (__va(mfn_to_pfn(m) << PAGE_SHIFT)) > > #define pte_mfn pte_pfn > #define mfn_pte pfn_pte > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/