From 7cb35587a31c10935da73435c93e9b22ef798e55 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Feb 2016 08:28:33 -0600 Subject: [PATCH] Correct minor typos in a Kconfig file --- configs | 2 +- sched/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs b/configs index 24d0c13b63..8fcf8b1b91 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 24d0c13b63d15b148c2be12b9e6dd685ed34c4c0 +Subproject commit 8fcf8b1b913dab18a3b1b4234258394b9d940561 diff --git a/sched/Kconfig b/sched/Kconfig index a8a439d270..66c9f02459 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -243,7 +243,7 @@ config SMP depends on ARCH_HAVE_MULTICPU && EXPERIMENTAL select SPINLOCK ---help--- - Enable support for Symmetric Multi-Processing (SMP) on a multi-CPU + Enables support for Symmetric Multi-Processing (SMP) on a multi-CPU platform. if SMP @@ -253,16 +253,16 @@ config SMP_NCPUS default 4 range 2 32 ---help--- - This value identifies the number of CPUs support by the processor + This value identifies the number of CPUs supported by the processor that will be used for SMP. config SMP_IDLETHREAD_STACKSIZE int "CPU IDLE stack size" default 2048 ---help--- - Each CPU will have its own IDLE stack. System initialization occurs + Each CPU will have its own IDLE task. System initialization occurs on CPU0 and uses CONFIG_IDLETHREAD_STACKSIZE which will probably be - larger than is generally needed. This setting provides the STACK + larger than is generally needed. This setting provides the stack size for the IDLE task on CPUS 1 through (CONFIG_SMP_NCPUS-1). endif # SMP