Update some comments

This commit is contained in:
Gregory Nutt
2016-02-16 07:50:18 -06:00
parent 8774e7a4a0
commit 55d33fd912
2 changed files with 8 additions and 4 deletions
+1 -1
Submodule arch updated: 88ef94c7b3...8012d549ae
+7 -3
View File
@@ -1690,9 +1690,13 @@ int up_cpundx(void);
* initialization of the OS, just before beginning normal multitasking,
* the additional CPUs would be started by calling this function.
*
* Each CPU is provided the entry point to is IDLE task when started. The
* OS initialization logic calls this function repeatedly until each CPU
* has been started.
* Each CPU is provided the entry point to is IDLE task when started. A
* TCB for each CPU's IDLE task has been initialized and placed in the
* CPU's g_assignedtasks[cpu] list. Not stack has been alloced or
* initialized.
*
* The OS initialization logic calls this function repeatedly until each
* CPU has been started, 1 through (CONFIG_SMP_NCPUS-1).
*
* Input Parameters:
* cpu - The index of the CPU being started. This will be a numeric