aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@citrix.com>2015-07-21 17:57:20 +0100
committerDavid Vrabel <david.vrabel@citrix.com>2015-10-23 14:20:32 +0100
commit5031612b5eaf15cb6471c6e936a515090810c8f1 (patch)
tree7ae595bb573785436b21fd6fdb9d7ae24f1c1c5f /arch/arm/include/asm
parentnet/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop (diff)
downloadlinux-dev-5031612b5eaf15cb6471c6e936a515090810c8f1.tar.xz
linux-dev-5031612b5eaf15cb6471c6e936a515090810c8f1.zip
arm/xen: Drop pte_mfn and mfn_pte
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 <julien.grall@citrix.com> Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/xen/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h
index 127956353b00..98c9fc38b945 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;