[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [Patch] Issue about interrupt for PV-on-HVM on IPF
On Thu, 2006-11-16 at 18:22 +0900, DOI Tsunehisa wrote: > > +static int get_callback_irq(struct pci_dev *pdev) > +{ > +#ifdef __ia64__ > + int irq; > + for (irq = 0; irq < 16; irq++) { > + if (isa_irq_to_vector_map[irq] == pdev->irq) > + return irq; This should probably be isa_irq_to_vector(irq). Will the HVM PCI device always use an ISA IRQ? Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |