Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757402AbZD0QRt (ORCPT ); Mon, 27 Apr 2009 12:17:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757061AbZD0QRE (ORCPT ); Mon, 27 Apr 2009 12:17:04 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57468 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758037AbZD0QQ7 (ORCPT ); Mon, 27 Apr 2009 12:16:59 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells Subject: [PATCH 3/4] FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue To: torvalds@osdl.org, akpm@linux-foundation.org Cc: dhowells@redhat.com, hch@lst.de, roland@redhat.com, linux-kernel@vger.kernel.org Date: Mon, 27 Apr 2009 17:15:51 +0100 Message-ID: <20090427161551.16200.58091.stgit@warthog.procyon.org.uk> In-Reply-To: <20090427161540.16200.23710.stgit@warthog.procyon.org.uk> References: <20090427161540.16200.23710.stgit@warthog.procyon.org.uk> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 29 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 --- arch/frv/kernel/entry.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S index 1da523b..268dfbd 100644 --- a/arch/frv/kernel/entry.S +++ b/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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/