diff options
Diffstat (limited to 'arch/h8300/kernel/signal.c')
-rw-r--r-- | arch/h8300/kernel/signal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c index 56b3ab7dbbb0..abac3ee8c52a 100644 --- a/arch/h8300/kernel/signal.c +++ b/arch/h8300/kernel/signal.c | |||
@@ -556,5 +556,7 @@ asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) | |||
556 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 556 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
557 | clear_thread_flag(TIF_NOTIFY_RESUME); | 557 | clear_thread_flag(TIF_NOTIFY_RESUME); |
558 | tracehook_notify_resume(regs); | 558 | tracehook_notify_resume(regs); |
559 | if (current->replacement_session_keyring) | ||
560 | key_replace_session_keyring(); | ||
559 | } | 561 | } |
560 | } | 562 | } |