• Russell King's avatar
    [ARM] Convert execve() to be a function rather than a SWI call. · a7aea5bf
    Russell King authored
    This eliminates the last SWI user from the kernel - now all SWI calls
    will only come from userspace.  More importantly, this also allows us
    to empty the kernel stack when starting userspace programs from
    kernelspace, thereby ensuring that the user registers always appear
    at the top of the kernel stack.
    a7aea5bf
unistd.h 19.4 KB