commit | e80d6661c3a5caa0cebec0853c6cb0db090fb506 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 22 23:10:08 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 29 00:01:08 2012 -0500 |
tree | efc60762bbcdf8904f9779310ac60d0131ac9f3d | |
parent | 18c26c27ae0abe82253cb2e2363df465dbbb657e [diff] |
flagday: kill pt_regs argument of do_fork() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/blackfin/kernel/process.c b/arch/blackfin/kernel/process.c index 582276e..3e16ad9 100644 --- a/arch/blackfin/kernel/process.c +++ b/arch/blackfin/kernel/process.c
@@ -135,7 +135,7 @@ #endif if (newsp) newsp -= 12; - return do_fork(clone_flags, newsp, regs, 0, NULL, NULL); + return do_fork(clone_flags, newsp, 0, NULL, NULL); } int