From: t_jeang Date: Tue, 6 Jan 2009 12:06:03 +0000 (+0000) Subject: imported patch increase-nr-dynirq X-Git-Tag: oem-kernel-config X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=19eebfd84678c17462d98ff9d14a440c47b203f8;p=xenclient%2Fkernel.git imported patch increase-nr-dynirq --- diff --git a/include/asm-i386/mach-xen/irq_vectors.h b/include/asm-i386/mach-xen/irq_vectors.h index 7d84f610..6d3a3ae4 100644 --- a/include/asm-i386/mach-xen/irq_vectors.h +++ b/include/asm-i386/mach-xen/irq_vectors.h @@ -117,7 +117,7 @@ #endif #define DYNIRQ_BASE (PIRQ_BASE + NR_PIRQS) -#define NR_DYNIRQS 256 +#define NR_DYNIRQS 768 #define NR_IRQS (NR_PIRQS + NR_DYNIRQS) #define NR_IRQ_VECTORS NR_IRQS diff --git a/include/asm-x86_64/mach-xen/irq_vectors.h b/include/asm-x86_64/mach-xen/irq_vectors.h index c7d85b19..42b2dfc2 100644 --- a/include/asm-x86_64/mach-xen/irq_vectors.h +++ b/include/asm-x86_64/mach-xen/irq_vectors.h @@ -109,7 +109,7 @@ #define NR_PIRQS 256 #define DYNIRQ_BASE (PIRQ_BASE + NR_PIRQS) -#define NR_DYNIRQS 256 +#define NR_DYNIRQS 768 #define NR_IRQS (NR_PIRQS + NR_DYNIRQS) #define NR_IRQ_VECTORS NR_IRQS