aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/xen/Makefile
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-11-21 11:06:39 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2014-12-04 12:41:53 +0000
commit5121872afe0e6470bc6b41637b258fa6e314be4f (patch)
tree184de018a4ef429eec9ffbd83e7b3e9379c7374f /arch/arm/xen/Makefile
parentxen/arm: use hypercall to flush caches in map_page (diff)
downloadlinux-dev-5121872afe0e6470bc6b41637b258fa6e314be4f.tar.xz
linux-dev-5121872afe0e6470bc6b41637b258fa6e314be4f.zip
xen/arm/arm64: merge xen/mm32.c into xen/mm.c
Merge xen/mm32.c into xen/mm.c. As a consequence the code gets compiled on arm64 too. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/xen/Makefile')
-rw-r--r--arch/arm/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/xen/Makefile b/arch/arm/xen/Makefile
index 1f85bfe6b470..12969523414c 100644
--- a/arch/arm/xen/Makefile
+++ b/arch/arm/xen/Makefile
@@ -1 +1 @@
-obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o mm32.o
+obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o