diff options
Diffstat (limited to 'arch/frv/kernel/signal.c')
| -rw-r--r-- | arch/frv/kernel/signal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c index 4a7a62c6e783..6b0a2b6fed6a 100644 --- a/arch/frv/kernel/signal.c +++ b/arch/frv/kernel/signal.c | |||
| @@ -572,6 +572,8 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags) | |||
| 572 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 572 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
| 573 | clear_thread_flag(TIF_NOTIFY_RESUME); | 573 | clear_thread_flag(TIF_NOTIFY_RESUME); |
| 574 | tracehook_notify_resume(__frame); | 574 | tracehook_notify_resume(__frame); |
| 575 | if (current->replacement_session_keyring) | ||
| 576 | key_replace_session_keyring(); | ||
| 575 | } | 577 | } |
| 576 | 578 | ||
| 577 | } /* end do_notify_resume() */ | 579 | } /* end do_notify_resume() */ |
