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] [IA64] warning fix

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 22e58b2b0b451f3fec0611de61361b0dc12606b0
# Parent  d35c253139c236bbecd0d9468ba3d93471b448cc
[IA64] warning fix

These are pulled in through the ACPI header now

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/vcpu.c |    2 --
 1 files changed, 2 deletions(-)

diff -r d35c253139c2 -r 22e58b2b0b45 xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Sun Oct 29 09:27:25 2006 -0700
+++ b/xen/arch/ia64/xen/vcpu.c  Sun Oct 29 09:27:26 2006 -0700
@@ -46,8 +46,6 @@ typedef union {
 // this def for vcpu_regs won't work if kernel stack is present
 //#define       vcpu_regs(vcpu) ((struct pt_regs *) vcpu->arch.regs
 
-#define        TRUE                    1
-#define        FALSE                   0
 #define        IA64_PTA_SZ_BIT         2
 #define        IA64_PTA_VF_BIT         8
 #define        IA64_PTA_BASE_BIT       15

_______________________________________________
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] [IA64] warning fix, Xen patchbot-unstable <=