diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2012-06-20 16:06:26 -0500 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-04-30 19:40:24 -0500 |
commit | 0357d2f2a8cde3069d800eb63c1ee41fed31e1b1 (patch) | |
tree | e418093254709f80430632f9374bdce2575e04b8 /arch | |
parent | 9cdae82d14f8f9e272304dccb48434482e57d43c (diff) |
Hexagon: remove keyring related call
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch')
-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) if (thread_info_flags & _TIF_NOTIFY_RESUME) { clear_thread_flag(TIF_NOTIFY_RESUME); tracehook_notify_resume(regs); - if (current->replacement_session_keyring) - key_replace_session_keyring(); - return 1; } /* Should not even reach here */ |