summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch
Commit message (Collapse)AuthorAgeFilesLines
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-221-1/+2
| | | | | | | | In _thread_switch, set current thread pointer in kse mailbox only after all registers copied out of thread mailbox, kernel will do upcall at trap time, if set current thread pointer before loading all registers from thread mailbox, at trap time, the thread mailbox data will be overwritten by kernel, result is junk data is loaded into CPU.
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
| | | | Reviewed by: deischen, mini
* Use KSE to schedule threads.mini2002-10-301-0/+96
OpenPOWER on IntegriCloud