Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace Configure with Enable in description of MAXSMP

The "Configure" word tends to make user believe they have to say 'yes'
to be able to choose the number of procs/nodes. "Enable" should be
unambiguous enough.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Samuel Thibault and committed by
Linus Torvalds
ddb0c5a6 0e8e50e2

+2 -2
+2 -2
arch/x86/Kconfig
··· 754 754 def_bool (AMD_IOMMU || DMAR) 755 755 756 756 config MAXSMP 757 - bool "Configure Maximum number of SMP Processors and NUMA Nodes" 757 + bool "Enable Maximum number of SMP Processors and NUMA Nodes" 758 758 depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL 759 759 select CPUMASK_OFFSTACK 760 760 ---help--- 761 - Configure maximum number of CPUS and NUMA Nodes for this architecture. 761 + Enable maximum number of CPUS and NUMA Nodes for this architecture. 762 762 If unsure, say N. 763 763 764 764 config NR_CPUS