[PATCH] x86 remove irq_vectors_limit.h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Thursday, July 31, 2008 - 3:14 am

no user

later
1. need to make 32bit to support dyn_array for irq_vector[]
2. also need to probe nr_irqs via madt and mptable

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>

Index: linux-2.6/include/asm-x86/mach-generic/irq_vectors_limits.h
===================================================================
--- linux-2.6.orig/include/asm-x86/mach-generic/irq_vectors_limits.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ASM_X86__MACH_GENERIC__IRQ_VECTORS_LIMITS_H
-#define ASM_X86__MACH_GENERIC__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_X86__MACH_GENERIC__IRQ_VECTORS_LIMITS_H */
Index: linux-2.6/include/asm-x86/summit/irq_vectors_limits.h
===================================================================
--- linux-2.6.orig/include/asm-x86/summit/irq_vectors_limits.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 */
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: 64bit support more than 256 irq v2, Yinghai Lu, (Tue Jul 29, 2:14 pm)
Re: [PATCH] x86: 64bit support more than 256 irq v2, Yinghai Lu, (Tue Jul 29, 3:16 pm)
Re: [PATCH] x86: 64bit support more than 256 irq v2, Eric W. Biederman, (Tue Jul 29, 4:22 pm)
RFC [PATCH] x86: introduce nr_irqs for 64bit, Yinghai Lu, (Tue Jul 29, 9:38 pm)
Re: RFC [PATCH] x86: introduce nr_irqs for 64bit, Ingo Molnar, (Wed Jul 30, 3:09 am)
[PATCH] x86: introduce nr_irqs for 64bit v2, Yinghai Lu, (Wed Jul 30, 3:11 am)
Re: RFC [PATCH] x86: introduce nr_irqs for 64bit, Yinghai Lu, (Wed Jul 30, 3:16 am)
Re: RFC [PATCH] x86: introduce nr_irqs for 64bit, Mike Travis, (Wed Jul 30, 5:58 am)
[PATCH 0/7] dyn_array support, Yinghai Lu, (Wed Jul 30, 12:10 pm)
[PATCH 2/7] x86: introduce nr_irqs for 64bit v3, Yinghai Lu, (Wed Jul 30, 12:13 pm)
[PATCH 5/7] pci: make irq2_iommu to use dyn_array, Yinghai Lu, (Wed Jul 30, 12:16 pm)
[PATCH 7/7] x86: make 64bit support dyn_array, Yinghai Lu, (Wed Jul 30, 12:18 pm)
[PATCH 1/7] x86: 64bit support more than 256 irq v1, Yinghai Lu, (Wed Jul 30, 12:27 pm)
[PATCH 3/7] add dyn_array support, Yinghai Lu, (Wed Jul 30, 12:37 pm)
[PATCH 6/7] irq: make irq_desc to use dyn_array, Yinghai Lu, (Wed Jul 30, 12:40 pm)
[PATCH 0/3] dyn_array support #2, Yinghai Lu, (Wed Jul 30, 9:09 pm)
[PATCH 2/3] add per_cpu_dyn_array support, Yinghai Lu, (Wed Jul 30, 9:11 pm)
Re: [PATCH 1/3] serial: change irq_lists to use dyn_array, Eric W. Biederman, (Wed Jul 30, 10:58 pm)
[PATCH] serial: change remove NR_IRQS in 8250.c, Yinghai Lu, (Thu Jul 31, 1:26 am)
[PATCH] x86 remove irq_vectors_limit.h, Yinghai Lu, (Thu Jul 31, 3:14 am)
Re: [PATCH] serial: change remove NR_IRQS in 8250.c, Eric W. Biederman, (Thu Jul 31, 4:50 am)
Re: [PATCH 0/3] dyn_array support #2, Mike Travis, (Thu Jul 31, 9:32 am)
Re: [PATCH] serial: change remove NR_IRQS in 8250.c, Eric W. Biederman, (Thu Jul 31, 11:10 am)
Re: [PATCH 0/3] dyn_array support #2, Yinghai Lu, (Thu Jul 31, 11:21 am)
Re: [PATCH 0/3] dyn_array support #2, Peter Zijlstra, (Thu Jul 31, 2:51 pm)
Re: [PATCH 0/3] dyn_array support #2, Yinghai Lu, (Thu Jul 31, 3:07 pm)
Re: [PATCH 0/3] dyn_array support #2, Eric W. Biederman, (Thu Jul 31, 3:14 pm)
Re: [PATCH 0/3] dyn_array support #2, Yinghai Lu, (Thu Jul 31, 3:25 pm)
Re: [PATCH] serial: change remove NR_IRQS in 8250.c, Yinghai Lu, (Thu Jul 31, 8:20 pm)
Re: [PATCH 0/3] dyn_array support #2, Yinghai Lu, (Thu Jul 31, 8:52 pm)
Re: [PATCH 0/7] dyn_array support, Eric W. Biederman, (Fri Aug 1, 1:13 pm)