commit | 2aa3a7f8660355c3dddead17e224545c1a3d5a5f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Sep 21 19:55:31 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 30 13:35:55 2012 -0400 |
tree | d106fcaeb6b66e09591cf8ec28c836be93f4d837 | |
parent | a4d94ff8aa864c05b33c2de1f8c5d0176d7a4b63 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>