aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-11-05 13:11:26 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-11-29 00:01:25 -0500
commit541880d9a2c7871f6370071d55aa6662d329c51e (patch)
treebc484cbeba1872ef2090c8738a942390a02d4dff /kernel
parent4aaefee589f97bb30062bbeeb793bbbf7107a9a7 (diff)
do_coredump(): get rid of pt_regs argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index 2e3b5d572808..e75e4bd2839b 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -2359,7 +2359,7 @@ relock:
2359 * first and our do_group_exit call below will use 2359 * first and our do_group_exit call below will use
2360 * that value and ignore the one we pass it. 2360 * that value and ignore the one we pass it.
2361 */ 2361 */
2362 do_coredump(info, regs); 2362 do_coredump(info);
2363 } 2363 }
2364 2364
2365 /* 2365 /*