aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 58fb7b3bcd1a..e03485b2828a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -274,14 +274,9 @@ config SPARSE_IRQ
274 274
275 If you don't know what to do here, say N. 275 If you don't know what to do here, say N.
276 276
277config NUMA_MIGRATE_IRQ_DESC 277config NUMA_IRQ_DESC
278 bool "Move irq desc when changing irq smp_affinity" 278 def_bool y
279 depends on SPARSE_IRQ && NUMA 279 depends on SPARSE_IRQ && NUMA
280 default n
281 ---help---
282 This enables moving irq_desc to cpu/node that irq will use handled.
283
284 If you don't know what to do here, say N.
285 280
286config X86_MPPARSE 281config X86_MPPARSE
287 bool "Enable MPS table" if ACPI 282 bool "Enable MPS table" if ACPI
@@ -664,6 +659,7 @@ config MAXSMP
664 659
665config NR_CPUS 660config NR_CPUS
666 int "Maximum number of CPUs" if SMP && !MAXSMP 661 int "Maximum number of CPUs" if SMP && !MAXSMP
662 range 2 8 if SMP && X86_32 && !X86_BIGSMP
667 range 2 512 if SMP && !MAXSMP 663 range 2 512 if SMP && !MAXSMP
668 default "1" if !SMP 664 default "1" if !SMP
669 default "4096" if MAXSMP 665 default "4096" if MAXSMP