public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH,TRIVIAL] Replace Configure with Enable in description of MAXSMP
@ 2010-08-21 19:32 Samuel Thibault
  2010-08-21 19:45 ` Linus Torvalds
  0 siblings, 1 reply; 8+ messages in thread
From: Samuel Thibault @ 2010-08-21 19:32 UTC (permalink / raw)
  To: linux-kernel, torvalds, akpm

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>

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ac7827f..cea0cd9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -754,11 +754,11 @@ config IOMMU_API
 	def_bool (AMD_IOMMU || DMAR)
 
 config MAXSMP
-	bool "Configure Maximum number of SMP Processors and NUMA Nodes"
+	bool "Enable Maximum number of SMP Processors and NUMA Nodes"
 	depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL
 	select CPUMASK_OFFSTACK
 	---help---
-	  Configure maximum number of CPUS and NUMA Nodes for this architecture.
+	  Enable maximum number of CPUS and NUMA Nodes for this architecture.
 	  If unsure, say N.
 
 config NR_CPUS

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-08-24  7:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-21 19:32 [PATCH,TRIVIAL] Replace Configure with Enable in description of MAXSMP Samuel Thibault
2010-08-21 19:45 ` Linus Torvalds
2010-08-21 19:55   ` Samuel Thibault
2010-08-21 20:05     ` Sam Ravnborg
2010-08-21 20:10       ` Samuel Thibault
2010-08-21 20:16       ` Linus Torvalds
2010-08-21 20:27         ` Linus Torvalds
2010-08-24  7:43   ` Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox