-
Russell King authored
Don't issue a system call from kernel_thread(), but call do_fork() directly. This avoids all the unnecessary syscall overhead.
384151a9
Don't issue a system call from kernel_thread(), but call do_fork() directly. This avoids all the unnecessary syscall overhead.