mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 13:50:25 +08:00
81997fc0bc597f92d7728fcf75c4202b8aac4471
- Implement CPU Idle Loop in assembly for UP and SMP systems. Differences: * Runs with interrupts off most of the time, except when it does interrupt cycling at each iteration. * Calls KiRetireDpcList directly, instead of going through KiDispatchInterrupt. * Support for new scheduler and immediate thread switch. * Support for Idle Scheduler. * Support for HAL/ACPI/CPU Driver-defined "Idle Function". currently disabled and STI+HLT harcoded instead. - Removed ps/idle.c and dumped the hack code directly in psmgr.c wher eit's used. svn path=/trunk/; revision=24062
…
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%