Remove comment listing callers of _NewContext()
There is little value in listing the callers of _NewContext() in its function header. Not only was the (deleted) list both incomplete and wrong, keeping it around and properly updated requires error prone maintenance. Change-Id: Iec069847762fdef6b6b2f54ad23c69ab3fa6e592 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
07c45d9e75
commit
86ebbf406c
1 changed files with 0 additions and 3 deletions
|
@ -281,9 +281,6 @@ __asm__("\t.globl _context_entry\n"
|
||||||
* This function is utilized to create execution contexts for both fiber
|
* This function is utilized to create execution contexts for both fiber
|
||||||
* contexts and kernel task contexts.
|
* contexts and kernel task contexts.
|
||||||
*
|
*
|
||||||
* This function is called by start_task() to initialize task contexts, and
|
|
||||||
* by _fiber_start() (nanoFiberStart) to initialize fiber contexts.
|
|
||||||
*
|
|
||||||
* The "context control block" (CCS) is carved from the "end" of the specified
|
* The "context control block" (CCS) is carved from the "end" of the specified
|
||||||
* context stack memory.
|
* context stack memory.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue