diff options
Diffstat (limited to 'kernel')
-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 2ad3f5904bd7..0af8868525d6 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -2360,7 +2360,7 @@ relock: | |||
2360 | * first and our do_group_exit call below will use | 2360 | * first and our do_group_exit call below will use |
2361 | * that value and ignore the one we pass it. | 2361 | * that value and ignore the one we pass it. |
2362 | */ | 2362 | */ |
2363 | do_coredump(info->si_signo, info->si_signo, regs); | 2363 | do_coredump(info, regs); |
2364 | } | 2364 | } |
2365 | 2365 | ||
2366 | /* | 2366 | /* |