diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-17 07:16:08 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-17 07:16:08 -0500 |
commit | 948a7b2b5e2bf126fb697aeb11ff379b2c85dd2e (patch) | |
tree | 727c744438a44d85f7dc340b1bfcb3b127c84f13 /arch/x86/Kconfig | |
parent | 9466d6036f73481104039fbe99338baed11c8fea (diff) | |
parent | 17483a1f34c970e6c2cb8c082d4441bfabbe88a9 (diff) |
Merge branch 'irq/sparseirq' into cpus4096
Conflicts:
arch/x86/kernel/io_apic.c
Merge irq/sparseirq here, to resolve conflicts.
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4a3f5851ec64..0ca2eb7573cd 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -243,7 +243,7 @@ config X86_HAS_BOOT_CPU_ID | |||
243 | 243 | ||
244 | config SPARSE_IRQ | 244 | config SPARSE_IRQ |
245 | bool "Support sparse irq numbering" | 245 | bool "Support sparse irq numbering" |
246 | depends on (PCI_MSI || HT_IRQ) && SMP | 246 | depends on PCI_MSI || HT_IRQ |
247 | default y | 247 | default y |
248 | help | 248 | help |
249 | This enables support for sparse irq, esp for msi/msi-x. You may need | 249 | This enables support for sparse irq, esp for msi/msi-x. You may need |
@@ -251,6 +251,15 @@ config SPARSE_IRQ | |||
251 | 251 | ||
252 | If you don't know what to do here, say Y. | 252 | If you don't know what to do here, say Y. |
253 | 253 | ||
254 | config NUMA_MIGRATE_IRQ_DESC | ||
255 | bool "Move irq desc when changing irq smp_affinity" | ||
256 | depends on SPARSE_IRQ && SMP | ||
257 | default n | ||
258 | help | ||
259 | This enables moving irq_desc to cpu/node that irq will use handled. | ||
260 | |||
261 | If you don't know what to do here, say N. | ||
262 | |||
254 | config X86_FIND_SMP_CONFIG | 263 | config X86_FIND_SMP_CONFIG |
255 | def_bool y | 264 | def_bool y |
256 | depends on X86_MPPARSE || X86_VOYAGER | 265 | depends on X86_MPPARSE || X86_VOYAGER |