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
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue