WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] x86/64: Fix build.

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1213108250 -3600
# Node ID 5bf5fb8117c0a0024cd2397adba3d6d7afa44139
# Parent  4c1e740e392c92842cb8a384e892add4b380ac23
x86/64: Fix build.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/arch/x86/shutdown.c |    2 --
 1 files changed, 2 deletions(-)

diff -r 4c1e740e392c -r 5bf5fb8117c0 xen/arch/x86/shutdown.c
--- a/xen/arch/x86/shutdown.c   Tue Jun 10 14:53:01 2008 +0100
+++ b/xen/arch/x86/shutdown.c   Tue Jun 10 15:30:50 2008 +0100
@@ -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];

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] x86/64: Fix build., Xen patchbot-unstable <=