Commit 797ee1ca authored by David Howells's avatar David Howells Committed by Linus Torvalds

[PATCH] FRV: Remove mandatory single-step debugging diversion

The attached patch removes the mandatory single-step diversion code from
the FRV syscall handler that was put there for debugging purposes now that
it's no longer needed.
Signed-Off-By: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 948f738b
......@@ -821,7 +821,6 @@ system_call:
ori gr4,#_TIF_SYSCALL_TRACE,gr4
andicc gr4,#_TIF_SYSCALL_TRACE,gr0,icc0
bne icc0,#0,__syscall_trace_entry
bra __syscall_trace_entry
__syscall_call:
slli.p gr7,#2,gr7
......@@ -858,7 +857,6 @@ __syscall_exit:
movgs gr23,psr
ldi @(gr15,#TI_FLAGS),gr4
// ori gr4,#_TIF_SYSCALL_TRACE,gr4 /////////////////////////////////
sethi.p %hi(_TIF_ALLWORK_MASK),gr5
setlo %lo(_TIF_ALLWORK_MASK),gr5
andcc gr4,gr5,gr0,icc0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment