Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933622AbbHJKLu (ORCPT ); Mon, 10 Aug 2015 06:11:50 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:22158 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933607AbbHJKLp (ORCPT ); Mon, 10 Aug 2015 06:11:45 -0400 X-IronPort-AV: E=Sophos;i="5.15,644,1432598400"; d="scan'208";a="292917472" Date: Mon, 10 Aug 2015 11:10:17 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Julien Grall CC: , , , , Subject: Re: [PATCH v3 02/20] arm/xen: Drop pte_mfn and mfn_pte In-Reply-To: <1438966019-19322-3-git-send-email-julien.grall@citrix.com> Message-ID: References: <1438966019-19322-1-git-send-email-julien.grall@citrix.com> <1438966019-19322-3-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: 1290 Lines: 42 On Fri, 7 Aug 2015, Julien Grall wrote: > They are not used in common code expect in one place in balloon.c which is > only compiled when Linux is using PV MMU. It's not the case on ARM. > > Rather than worrying how to handle the 64KB case, drop them. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > Stefano Stabellini > Russell King > > Changes in v3: > - Patch added > --- > arch/arm/include/asm/xen/page.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h > index 1279563..98c9fc3 100644 > --- a/arch/arm/include/asm/xen/page.h > +++ b/arch/arm/include/asm/xen/page.h > @@ -13,9 +13,6 @@ > > #define phys_to_machine_mapping_valid(pfn) (1) > > -#define pte_mfn pte_pfn > -#define mfn_pte pfn_pte > - > /* Xen machine address */ > typedef struct xmaddr { > phys_addr_t maddr; > -- > 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/