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/ia64 build fixes.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID a77cf8fdc307c9f248e9cfffa77745e827a2a923
# Parent  66f02103f4c50fe2296934f964295a9edb602bce
Xen/ia64 build fixes.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

diff -r 66f02103f4c5 -r a77cf8fdc307 xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk    Tue Mar 14 14:44:04 2006
+++ b/xen/arch/ia64/Rules.mk    Tue Mar 14 14:45:00 2006
@@ -12,7 +12,7 @@
             -I$(BASEDIR)/include/asm-ia64/linux-null                   \
              -I$(BASEDIR)/arch/ia64/linux -I$(BASEDIR)/arch/ia64/linux-xen
 
-CFLAGS  := -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
+CFLAGS  += -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
 #CFLAGS  += -O3                # -O3 over-inlines making debugging tough!
 CFLAGS  += -O2         # but no optimization causes compile errors!
 #CFLAGS  += -iwithprefix include -Wall -DMONITOR_BASE=$(MONITOR_BASE)
diff -r 66f02103f4c5 -r a77cf8fdc307 xen/include/asm-ia64/xensystem.h
--- a/xen/include/asm-ia64/xensystem.h  Tue Mar 14 14:44:04 2006
+++ b/xen/include/asm-ia64/xensystem.h  Tue Mar 14 14:45:00 2006
@@ -75,5 +75,7 @@
 // FIXME SMP... see system.h, does this need to be different?
 #define switch_to(prev,next,last)      __switch_to(prev, next, last)
 
+#define local_irq_is_enabled() (!irqs_disabled())
+
 #endif // __ASSEMBLY__
 #endif // _ASM_IA64_XENSYSTEM_H

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Xen/ia64 build fixes., Xen patchbot -unstable <=