aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2008-12-12 16:14:18 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-16 18:15:55 -0500
commit17483a1f34c970e6c2cb8c082d4441bfabbe88a9 (patch)
tree4a27cfa1376b3da819637365c388f1ce081348f8 /arch/x86/Kconfig
parent48a1b10aff588833b73994704c47bbd0deb73e9c (diff)
sparseirq: fix !SMP building, #2
Impact: build fix make intr_remapping.c to include smp.h, so could use boot_cpu_id there also remove old change that disabling sparseirq with !SMP Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 29073532f94c..60a008857a38 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -240,7 +240,7 @@ config X86_HAS_BOOT_CPU_ID
240 240
241config SPARSE_IRQ 241config SPARSE_IRQ
242 bool "Support sparse irq numbering" 242 bool "Support sparse irq numbering"
243 depends on (PCI_MSI || HT_IRQ) && SMP 243 depends on PCI_MSI || HT_IRQ
244 default y 244 default y
245 help 245 help
246 This enables support for sparse irq, esp for msi/msi-x. You may need 246 This enables support for sparse irq, esp for msi/msi-x. You may need