Remove references to _NewContextUsr()
The routine _NewContextUsr() does not exist. Change-Id: Ia20ddd3c9066930bd94e02850880a2f777081e82 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
19a0ee4d24
commit
86c817ab60
2 changed files with 1 additions and 3 deletions
|
@ -67,8 +67,7 @@ void _ContextEntryWrapper(_ContextEntry, _ContextArg, _ContextArg, _ContextArg);
|
||||||
* contexts, kernel task contexts and user mode task contexts. The 'priority'
|
* contexts, kernel task contexts and user mode task contexts. The 'priority'
|
||||||
* parameter will be set to -1 for the creation of task context.
|
* parameter will be set to -1 for the creation of task context.
|
||||||
*
|
*
|
||||||
* This function is called by _NewContext() and _NewContextUsr() to initialize
|
* This function is called by _NewContext() to initialize task contexts.
|
||||||
* task contexts.
|
|
||||||
*
|
*
|
||||||
* RETURNS: N/A
|
* RETURNS: N/A
|
||||||
*
|
*
|
||||||
|
|
|
@ -891,7 +891,6 @@ extern void nano_cpu_atomic_idle(unsigned int imask);
|
||||||
extern unsigned _Swap(unsigned int mask);
|
extern unsigned _Swap(unsigned int mask);
|
||||||
extern void _insert_ccs(tCCS **queue, tCCS *ccs);
|
extern void _insert_ccs(tCCS **queue, tCCS *ccs);
|
||||||
|
|
||||||
extern void _NewContextUsr(void *ccs, int prio, unsigned options);
|
|
||||||
extern void *_NewContext(char *pStack,
|
extern void *_NewContext(char *pStack,
|
||||||
unsigned stackSize,
|
unsigned stackSize,
|
||||||
_ContextEntry pEntry,
|
_ContextEntry pEntry,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue