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.
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.