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

@ -108,9 +108,10 @@ SECTION_FUNC(exception.other, _Swap)
*/
ldw r3, _thread_offset_to_key(r2)
/* Load return value into r2 (return value register). -EAGAIN
* unless someone previously called fiberRtnValueSet(). Do this
* before we potentially unlock interrupts.
/*
* Load return value into r2 (return value register). -EAGAIN unless
* someone previously called _set_thread_return_value(). Do this before
* we potentially unlock interrupts.
*/
ldw r2, _thread_offset_to_retval(r2)