[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
Hi, You (alex.williamson) said: >> +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, In my investigation, it always uses its value. Thanks, - Tsunehisa Doi _______________________________________________ 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 |