mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
4c69bb8cc7
reason: when a context switch occurs, up_switch_context is executed. In order to reduce the time taken for context switching, we inline the up_switch_context function. Signed-off-by: hujun5 <hujun5@xiaomi.com>