Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ceb7e8 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue



Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue in FRV's
entry.S.  This was originally for debugging stuff and should have been removed
a long time ago.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b7bab880
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -886,7 +886,6 @@ system_call:
	bnc		icc0,#0,__syscall_badsys

	ldi		@(gr15,#TI_FLAGS),gr4
	ori		gr4,#_TIF_SYSCALL_TRACE,gr4
	andicc		gr4,#_TIF_SYSCALL_TRACE,gr0,icc0
	bne		icc0,#0,__syscall_trace_entry