https://github.com/torvalds/linux
Revision d2ce4e92fa4f79a5fdb4cc912b411280afe21697 authored by Al Viro on 20 September 2012, 13:28:25 UTC, committed by Richard Weinberger on 27 September 2012, 16:04:55 UTC
we only use that to tell copy_thread() done by syscall from that
done by kernel_thread().  However, it's easier to do simply by
checking PF_KTHREAD in thread flags.

Merge sys_clone() guts for 32bit and 64bit, while we are at it...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent f9a38ea
History
Tip revision: d2ce4e92fa4f79a5fdb4cc912b411280afe21697 authored by Al Viro on 20 September 2012, 13:28:25 UTC
um: kill thread->forking
Tip revision: d2ce4e9
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.3 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 13.1 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top