diff options
Diffstat (limited to 'arch/parisc/kernel/signal.c')
-rw-r--r-- | arch/parisc/kernel/signal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c index b3bfc4326703..5ca1c02b805a 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c | |||
@@ -649,5 +649,7 @@ void do_notify_resume(struct pt_regs *regs, long in_syscall) | |||
649 | if (test_thread_flag(TIF_NOTIFY_RESUME)) { | 649 | if (test_thread_flag(TIF_NOTIFY_RESUME)) { |
650 | clear_thread_flag(TIF_NOTIFY_RESUME); | 650 | clear_thread_flag(TIF_NOTIFY_RESUME); |
651 | tracehook_notify_resume(regs); | 651 | tracehook_notify_resume(regs); |
652 | if (current->replacement_session_keyring) | ||
653 | key_replace_session_keyring(); | ||
652 | } | 654 | } |
653 | } | 655 | } |