do_coredump(): get rid of pt_regs argument

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-11-05 13:11:26 -05:00
parent 4aaefee589
commit 541880d9a2
3 changed files with 5 additions and 5 deletions

View File

@@ -2359,7 +2359,7 @@ relock:
* first and our do_group_exit call below will use
* that value and ignore the one we pass it.
*/
do_coredump(info, regs);
do_coredump(info);
}
/*