diff options
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c index 17fc36c41cff..63f327dd5198 100644 --- a/arch/arm/kernel/signal.c +++ b/arch/arm/kernel/signal.c | |||
@@ -679,7 +679,5 @@ do_notify_resume(struct pt_regs *regs, unsigned int thread_flags, int syscall) | |||
679 | if (thread_flags & _TIF_NOTIFY_RESUME) { | 679 | if (thread_flags & _TIF_NOTIFY_RESUME) { |
680 | clear_thread_flag(TIF_NOTIFY_RESUME); | 680 | clear_thread_flag(TIF_NOTIFY_RESUME); |
681 | tracehook_notify_resume(regs); | 681 | tracehook_notify_resume(regs); |
682 | if (current->replacement_session_keyring) | ||
683 | key_replace_session_keyring(); | ||
684 | } | 682 | } |
685 | } | 683 | } |