aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2012-06-20 17:06:26 -0400
committerRichard Kuo <rkuo@codeaurora.org>2013-04-30 20:40:24 -0400
commit0357d2f2a8cde3069d800eb63c1ee41fed31e1b1 (patch)
treee418093254709f80430632f9374bdce2575e04b8 /arch/hexagon
parent9cdae82d14f8f9e272304dccb48434482e57d43c (diff)
Hexagon: remove keyring related call
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/kernel/process.c3
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 */