mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	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: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									b7bab880c7
								
							
						
					
					
						commit
						24ceb7e8a6
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 David Howells
						David Howells