mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
a636edcbe4
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.