aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-05-13 12:07:40 +0200
committerJan Beulich <jbeulich@suse.com>2013-05-13 12:07:40 +0200
commit9b670aceff75f9d61bfe842a09520bfccb418df7 (patch)
treedef9096d05075f398bdd85bdde7937c936bbd07d
parent017610862e55a31a5abb2a7e7da39ad628794e1e (diff)
downloadxen-9b670aceff75f9d61bfe842a09520bfccb418df7.tar.gz
xen-9b670aceff75f9d61bfe842a09520bfccb418df7.tar.bz2
xen-9b670aceff75f9d61bfe842a09520bfccb418df7.zip
x86/EFI: fix build
... after f6254405 ("xen/arm: compile and initialize vmap") moving the map_pages_to_xen() declaration. Reported-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-rw-r--r--xen/arch/x86/efi/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/efi/boot.c b/xen/arch/x86/efi/boot.c
index 44bc7b7670..117a5cbe43 100644
--- a/xen/arch/x86/efi/boot.c
+++ b/xen/arch/x86/efi/boot.c
@@ -8,6 +8,7 @@
#include <xen/init.h>
#include <xen/keyhandler.h>
#include <xen/lib.h>
+#include <xen/mm.h>
#include <xen/multiboot.h>
#include <xen/pci_regs.h>
#include <xen/pfn.h>
@@ -22,7 +23,6 @@
#define __ASSEMBLY__ /* avoid pulling in ACPI stuff (conflicts with EFI) */
#include <asm/fixmap.h>
#undef __ASSEMBLY__
-#include <asm/mm.h>
#include <asm/msr.h>
#include <asm/processor.h>