do_coredump(): get rid of pt_regs argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user