From: Keir Fraser Date: Tue, 10 Jun 2008 14:30:50 +0000 (+0100) Subject: x86/64: Fix build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14200^2~56 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c009bb8c879738abc6002232f15b04dd5a6ac6b;p=xen.git x86/64: Fix build. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/shutdown.c b/xen/arch/x86/shutdown.c index c2d08533c8..6b41e739eb 100644 --- a/xen/arch/x86/shutdown.c +++ b/xen/arch/x86/shutdown.c @@ -28,9 +28,7 @@ enum reboot_type { BOOT_TRIPLE = 't', BOOT_KBD = 'k', BOOT_ACPI = 'a', -#ifdef CONFIG_X86_32 BOOT_BIOS = 'b', -#endif }; static long no_idt[2];