git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a38ea
)
um: kill thread->forking
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 20 Sep 2012 13:28:25 +0000
(09:28 -0400)
committer
Richard Weinberger
<richard@nod.at>
Thu, 27 Sep 2012 16:04:55 +0000
(18:04 +0200)
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>
No differences found