aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r')
-rw-r--r--arch/m32r/kernel/signal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m32r/kernel/signal.c b/arch/m32r/kernel/signal.c
index 3220258be188..f80bac17c65c 100644
--- a/arch/m32r/kernel/signal.c
+++ b/arch/m32r/kernel/signal.c
@@ -411,6 +411,8 @@ void do_notify_resume(struct pt_regs *regs, sigset_t *oldset,
411 if (thread_info_flags & _TIF_NOTIFY_RESUME) { 411 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
412 clear_thread_flag(TIF_NOTIFY_RESUME); 412 clear_thread_flag(TIF_NOTIFY_RESUME);
413 tracehook_notify_resume(regs); 413 tracehook_notify_resume(regs);
414 if (current->replacement_session_keyring)
415 key_replace_session_keyring();
414 } 416 }
415 417
416 clear_thread_flag(TIF_IRET); 418 clear_thread_flag(TIF_IRET);