[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] -bk14 irq changes
You'll need this once the Xen tree gets updated to 2.6.11. It will be in today's rawhide kernel and I am posting it here to save everybody else some work... Signed-off-by: Rik van Riel <riel@xxxxxxxxxx> --- linux-2.6.10/arch/xen/i386/pci/irq.c.bk14 2005-01-11 17:45:55.000000000 -0500 +++ linux-2.6.10/arch/xen/i386/pci/irq.c 2005-01-11 17:47:04.000000000 -0500 @@ -37,6 +37,7 @@ int (*pcibios_enable_irq)(struct pci_dev *dev) = NULL; +static int pirq_enable_irq(struct pci_dev *); static int __init pcibios_irq_init(void) { @@ -88,7 +89,7 @@ pirq_penalize_isa_irq(irq); } -int pirq_enable_irq(struct pci_dev *dev) +static int pirq_enable_irq(struct pci_dev *dev) { int err; u8 pin; ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |