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:
Benjamin Walsh 2016-12-21 11:16:01 -05:00 committed by Anas Nashif
commit bfa5653e9a
4 changed files with 14 additions and 10 deletions

View file

@ -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:
*