mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
This is preparation to use kernel stack for everything when the user process enters the kernel. Now the user stack is in use when the user process runs a system call, which might not be the safest option.