|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_X
On 07/27/2010 11:01 AM, Konrad Rzeszutek Wilk wrote:
This fixes the mentioned compile error.
Please push it in xen/stable-2.6.32.x
Is this detritus from merging, or should it live on a specific topic branch?
J
diff --git a/arch/x86/include/asm/xen/pci.h b/arch/x86/include/asm/xen/pci.h
index 6683196..6f90399 100644
--- a/arch/x86/include/asm/xen/pci.h
+++ b/arch/x86/include/asm/xen/pci.h
@@ -4,7 +4,6 @@
#if defined(CONFIG_PCI_MSI)
#if defined(CONFIG_PCI_XEN)
int xen_register_pirq(u32 gsi, int triggering);
-int xen_register_gsi(u32 gsi, int triggering, int polarity);
int xen_create_msi_irq(struct pci_dev *dev,
struct msi_desc *msidesc,
int type);
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|