diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
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 | /* |