... 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> --- 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> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
On Mon, 13 May 2013, Jan Beulich wrote:> ... 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>> --- 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> > > > > >
On 13/05/2013 10:56, "Jan Beulich" <JBeulich@suse.com> wrote:> ... 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: Keir Fraser <keir@xen.org>> --- 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> > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel