diff options
Diffstat (limited to 'arch/tile/kernel/process.c')
-rw-r--r-- | arch/tile/kernel/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/process.c b/arch/tile/kernel/process.c index ba1023d8a021..6be799150501 100644 --- a/arch/tile/kernel/process.c +++ b/arch/tile/kernel/process.c | |||
@@ -565,8 +565,6 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) | |||
565 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 565 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
566 | clear_thread_flag(TIF_NOTIFY_RESUME); | 566 | clear_thread_flag(TIF_NOTIFY_RESUME); |
567 | tracehook_notify_resume(regs); | 567 | tracehook_notify_resume(regs); |
568 | if (current->replacement_session_keyring) | ||
569 | key_replace_session_keyring(); | ||
570 | return 1; | 568 | return 1; |
571 | } | 569 | } |
572 | if (thread_info_flags & _TIF_SINGLESTEP) { | 570 | if (thread_info_flags & _TIF_SINGLESTEP) { |