summaryrefslogtreecommitdiff
path: root/src/thread/mips64
AgeCommit message (Collapse)AuthorLines
2018-08-18mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer-1/+4
Call SYS_exit on return from fn in __clone. This is the expected behavior of this function. Without this the child task will crash on return from fn, since it will return to nowhere.
2016-03-06add mips64 portRich Felker-0/+91
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.