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

[Xen-devel] [PATCH 09/18] xen: pre-initialize legacy irqs early



From: Ian Campbell <ian.campbell@xxxxxxxxxx>

Impact: ISA/legacy device compat

Various legacy devices, such as IDE, assume their legacy interrupts are
already initialized and are immediately usable.  Pre-initialize all the
legacy interrupts.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
---
 arch/x86/xen/pci.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/arch/x86/xen/pci.c b/arch/x86/xen/pci.c
index 0f3663c..fb408ce 100644
--- a/arch/x86/xen/pci.c
+++ b/arch/x86/xen/pci.c
@@ -62,9 +62,9 @@ int xen_register_gsi(u32 gsi, int triggering, int polarity)
 
 void __init xen_setup_pirqs(void)
 {
-#ifdef CONFIG_ACPI
        int irq;
 
+#ifdef CONFIG_ACPI
        /*
         * Set up acpi interrupt in acpi_gbl_FADT.sci_interrupt.
         */
@@ -76,4 +76,8 @@ void __init xen_setup_pirqs(void)
        /* Blerk. */
        acpi_gbl_FADT.sci_interrupt = irq;
 #endif
+
+       /* Pre-allocate legacy irqs */
+       for (irq=0; irq < NR_IRQS_LEGACY; irq++)
+               xen_allocate_pirq(irq);
 }
-- 
1.6.0.6


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


 


Rackspace

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