summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/summit/irq_vectors_limits.h
diff options
context:
space:
mode:
authorYinghai Lu2008-07-25 11:17:44 +0200
committerIngo Molnar2008-07-26 16:31:35 +0200
commite8c48efdb971cfb1b043076cf68be535d461a20b (patch)
tree5a76db74ca58c9055018c0ad4b3aac5c00379f05 /include/asm-x86/summit/irq_vectors_limits.h
parentx86: mach_es7000 to es7000 (diff)
downloadkernel-qcow2-linux-e8c48efdb971cfb1b043076cf68be535d461a20b.tar.gz
kernel-qcow2-linux-e8c48efdb971cfb1b043076cf68be535d461a20b.tar.xz
kernel-qcow2-linux-e8c48efdb971cfb1b043076cf68be535d461a20b.zip
x86: mach_summit to summit
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/summit/irq_vectors_limits.h')
-rw-r--r--include/asm-x86/summit/irq_vectors_limits.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-x86/summit/irq_vectors_limits.h b/include/asm-x86/summit/irq_vectors_limits.h
new file mode 100644
index 000000000000..890ce3f5e09a
--- /dev/null
+++ b/include/asm-x86/summit/irq_vectors_limits.h
@@ -0,0 +1,14 @@
+#ifndef _ASM_IRQ_VECTORS_LIMITS_H
+#define _ASM_IRQ_VECTORS_LIMITS_H
+
+/*
+ * For Summit or generic (i.e. installer) kernels, we have lots of I/O APICs,
+ * even with uni-proc kernels, so use a big array.
+ *
+ * This value should be the same in both the generic and summit subarches.
+ * Change one, change 'em both.
+ */
+#define NR_IRQS 224
+#define NR_IRQ_VECTORS 1024
+
+#endif /* _ASM_IRQ_VECTORS_LIMITS_H */