arch: remove instances of fiberRtnValueSet()
Obsolete, replaced by _set_thread_return_value(). Change-Id: I23e9cfc07e43542f0965817edc3552d456fd2ef3 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
6209218f40
commit
bfa5653e9a
4 changed files with 14 additions and 10 deletions
|
@ -267,7 +267,8 @@ _context_switch:
|
|||
* On Cortex-M0/M0+ the intlock key is represented by the PRIMASK register,
|
||||
* as BASEPRI is not available.
|
||||
*
|
||||
* @return may contain a return value setup by a call to fiberRtnValueSet()
|
||||
* @return may contain a return value setup by a call to
|
||||
* _set_thread_return_value()
|
||||
*
|
||||
* C function prototype:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue