Skip to content
Commit 2aa3a7f8 authored by Al Viro's avatar Al Viro
Browse files

preparation for generic kernel_thread()



Let architectures select GENERIC_KERNEL_THREAD and have their copy_thread()
treat NULL regs as "it came from kernel_thread(), sp argument contains
the function new thread will be calling and stack_size - the argument for
that function".  Switching the architectures begins shortly...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a4d94ff8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment