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:
548f117
)
parisc: simplify sys_clone()
author
Helge Deller
<deller@gmx.de>
Fri, 13 Feb 2009 22:58:29 +0000
(23:58 +0100)
committer
Kyle McMartin
<kyle@mcmartin.ca>
Tue, 31 Mar 2009 02:51:34 +0000
(
02:51
+0000)
No need to test clone_flags here and set parent_tidptr and child_tidptr
accordingly. The same check will be done in do_fork() and copy_process() anyway.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
No differences found