[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] fix compilation error of iommu.c



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1234183812 0
# Node ID 54492bf232f74bf64768567deaa8b5e9f2a9695d
# Parent  e15d25401309eb374c8b65c91b24c187631ea652
[IA64] fix compilation error of iommu.c

This patch fixes the following compilation error on ia64
caused by 19178:4fcf4c9c9751.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 xen/include/asm-ia64/hvm/iommu.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

diff -r e15d25401309 -r 54492bf232f7 xen/include/asm-ia64/hvm/iommu.h
--- a/xen/include/asm-ia64/hvm/iommu.h  Mon Feb 09 12:46:26 2009 +0000
+++ b/xen/include/asm-ia64/hvm/iommu.h  Mon Feb 09 12:50:12 2009 +0000
@@ -28,7 +28,10 @@ static inline void pci_cleanup_msi(struc
     /* TODO */
 }
 
-#define AUTO_ASSIGN         -1
+/* Special IRQ numbers */
+#define AUTO_ASSIGN     (-1)
+#define NEVER_ASSIGN    (-2)
+#define FREE_TO_ASSIGN  (-3)
 
 extern int assign_irq_vector (int irq);
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.