The patch titled frv: don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue has been removed from the -mm tree. Its filename was frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: frv: don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue From: David Howells <dhowells@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Roland McGrath <roland@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/frv/kernel/entry.S | 1 - 1 file changed, 1 deletion(-) diff -puN arch/frv/kernel/entry.S~frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue arch/frv/kernel/entry.S --- a/arch/frv/kernel/entry.S~frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue +++ a/arch/frv/kernel/entry.S @@ -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 _ Patches currently in -mm which might be from dhowells@xxxxxxxxxx are origin.patch frv-duplicate-output_buffer-of-e03.patch rework-fix-is_single_threaded.patch use-round_jiffies-for-slow-work-thread-pools-cull-and-oom-timers.patch kmap_types-make-most-arches-use-generic-header-file.patch ptrace-remove-pt_dtrace-from-avr32-mn10300-parisc-s390-sh-xtensa.patch elf_core_dump-use-rcu_read_lock-to-access-real_parent.patch mutex-subsystem-synchro-test-module.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html