ce8dabfe9e
The move to arch_switch() is a prerequisite for SMP support. Make it optimal without the need for an ECALL roundtrip on every context switch. Performance numbers from tests/benchmarks/sched: Before: unpend 107 ready 102 switch 188 pend 218 tot 615 (avg 615) After: unpend 107 ready 102 switch 170 pend 217 tot 596 (avg 595) Signed-off-by: Nicolas Pitre <npitre@baylibre.com> |
||
---|---|---|
.. | ||
log_api | ||
log_backend_fs | ||
log_benchmark | ||
log_core | ||
log_core_additional | ||
log_immediate | ||
log_list | ||
log_msg | ||
log_msg2 | ||
log_output | ||
log_stack |