diff options
-rw-r--r-- | arch/hexagon/kernel/process.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/hexagon/kernel/process.c b/arch/hexagon/kernel/process.c index dc72ed5b9ed9..9eb43b3ae802 100644 --- a/arch/hexagon/kernel/process.c +++ b/arch/hexagon/kernel/process.c | |||
@@ -234,9 +234,6 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) | |||
234 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 234 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
235 | clear_thread_flag(TIF_NOTIFY_RESUME); | 235 | clear_thread_flag(TIF_NOTIFY_RESUME); |
236 | tracehook_notify_resume(regs); | 236 | tracehook_notify_resume(regs); |
237 | if (current->replacement_session_keyring) | ||
238 | key_replace_session_keyring(); | ||
239 | return 1; | ||
240 | } | 237 | } |
241 | 238 | ||
242 | /* Should not even reach here */ | 239 | /* Should not even reach here */ |