aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2005-01-14 23:22:31 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:22:31 -0800
commit797ee1ca9cbb7f8359f77ee0894bc498e8d7ea36 (patch)
tree158d8d5f8f19d964bb55627486986c5a292c5e15 /arch
parent948f738b0c671b45a32d4b8bc3fc34e3883f8415 (diff)
downloadhistory-797ee1ca9cbb7f8359f77ee0894bc498e8d7ea36.tar.gz
[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: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/frv/kernel/entry.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S
index 4a4475f54ce841..8cae4e2673ba60 100644
--- a/arch/frv/kernel/entry.S
+++ b/arch/frv/kernel/entry.S
@@ -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