diff options
Diffstat (limited to 'arch/powerpc/kernel')
| -rw-r--r-- | arch/powerpc/kernel/entry_64.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index 3fe5259e2fe..915fbb4fc2f 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S @@ -150,7 +150,7 @@ END_FW_FTR_SECTION_IFSET(FW_FEATURE_SPLPAR)  	CURRENT_THREAD_INFO(r11, r1)  	ld	r10,TI_FLAGS(r11)  	andi.	r11,r10,_TIF_SYSCALL_T_OR_A -	bne-	syscall_dotrace +	bne	syscall_dotrace  .Lsyscall_dotrace_cont:  	cmpldi	0,r0,NR_syscalls  	bge-	syscall_enosys  |