aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-default
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-25 17:39:23 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-25 17:39:23 +0000
commit6a7439fcbc72d4a874a96f40e72802c097fb753f (patch)
treec3058e71a92d7f9631177ce6a898441eea4cfa5e /xen/include/asm-x86/mach-default
parent7cd2aeee943e69146bd5965b7160d4a461d94fd4 (diff)
downloadxen-6a7439fcbc72d4a874a96f40e72802c097fb753f.tar.gz
xen-6a7439fcbc72d4a874a96f40e72802c097fb753f.tar.bz2
xen-6a7439fcbc72d4a874a96f40e72802c097fb753f.zip
bitkeeper revision 1.1556 (4294b84bRLO0dqxUhCbkQfM8qt1UoA)
NR_IRQS should be a bit bigger, in anticipation of PCI-MSI support. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/mach-default')
-rw-r--r--xen/include/asm-x86/mach-default/irq_vectors_limits.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mach-default/irq_vectors_limits.h b/xen/include/asm-x86/mach-default/irq_vectors_limits.h
index 69297bc0dc..11e263cb18 100644
--- a/xen/include/asm-x86/mach-default/irq_vectors_limits.h
+++ b/xen/include/asm-x86/mach-default/irq_vectors_limits.h
@@ -1,7 +1,8 @@
#ifndef _ASM_IRQ_VECTORS_LIMITS_H
#define _ASM_IRQ_VECTORS_LIMITS_H
-#define NR_IRQS 224
+/* Limited by number of trap vectors. */
+#define NR_IRQS FIRST_SYSTEM_VECTOR
#define NR_IRQ_VECTORS NR_IRQS
#endif /* _ASM_IRQ_VECTORS_LIMITS_H */