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:
Peter Mitsis 2015-05-22 15:18:58 -04:00 committed by Anas Nashif
commit 86c817ab60
2 changed files with 1 additions and 3 deletions

View file

@ -67,8 +67,7 @@ void _ContextEntryWrapper(_ContextEntry, _ContextArg, _ContextArg, _ContextArg);
* contexts, kernel task contexts and user mode task contexts. The 'priority'
* parameter will be set to -1 for the creation of task context.
*
* This function is called by _NewContext() and _NewContextUsr() to initialize
* task contexts.
* This function is called by _NewContext() to initialize task contexts.
*
* RETURNS: N/A
*

View file

@ -891,7 +891,6 @@ extern void nano_cpu_atomic_idle(unsigned int imask);
extern unsigned _Swap(unsigned int mask);
extern void _insert_ccs(tCCS **queue, tCCS *ccs);
extern void _NewContextUsr(void *ccs, int prio, unsigned options);
extern void *_NewContext(char *pStack,
unsigned stackSize,
_ContextEntry pEntry,