suyu/src/core/arm
Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
for a thread at any given point in the system.
* Removes dead code from thread.cpp.
* Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.

Other changes:
* Fixed comments in arm interfaces.
* Updated comments in thread.cpp
* Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
* Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
2015-02-09 21:47:12 -08:00
..
disassembler License change 2014-12-20 21:20:24 -08:00
dyncom Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
interpreter arm: Clean up ARMul_State 2015-01-31 21:55:34 -05:00
skyeye_common vfpdouble: Fix the FTOUI NaN sign setting 2015-02-09 17:18:29 -05:00
arm_interface.h Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00