From 1663bdbe1a3e5fe41c898a67c6ac4d30730d8394 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Tue, 3 Feb 2015 11:31:27 +0100 Subject: [PATCH] x86/boot/reloc: mask out MBI_BOOTDEV from mbi flags ..because it is ignored by Xen. Signed-off-by: Daniel Kiper Reviewed-by: Andrew Cooper --- xen/arch/x86/boot/reloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c index f9719205a4..63045c0c5b 100644 --- a/xen/arch/x86/boot/reloc.c +++ b/xen/arch/x86/boot/reloc.c @@ -90,7 +90,6 @@ multiboot_info_t *reloc(multiboot_info_t *mbi_old) /* Mask features we don't understand or don't relocate. */ mbi->flags &= (MBI_MEMLIMITS | - MBI_BOOTDEV | MBI_CMDLINE | MBI_MODULES | MBI_MEMMAP | -- 2.39.5