mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 03:13:56 +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>