diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-20 03:50:27 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 14:52:53 (GMT) |
commit | 199751d715bba5b469ea22adadc68a4166bfa4f5 (patch) | |
tree | bc7edd6d16d75637fbe00d906636c1c879acedc8 /arch/x86/Kconfig | |
parent | 0f978f4505e96227a89b3c9447552aca983c6b57 (diff) | |
download | linux-fsl-qoriq-199751d715bba5b469ea22adadc68a4166bfa4f5.tar.xz |
x86: make 32 bit to use sparse_irq
but actually irq still needs to be less than NR_IRQS, because
interrupt[NR_IRQS] in entry.S.
need to enable per_cpu vector...
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3e0eaaa..b157e94 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -34,7 +34,7 @@ config X86 select HAVE_GENERIC_DMA_COHERENT if X86_32 select HAVE_EFFICIENT_UNALIGNED_ACCESS select HAVE_DYN_ARRAY - select HAVE_SPARSE_IRQ if X86_64 + select HAVE_SPARSE_IRQ config ARCH_DEFCONFIG string |