From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763618AbZFKMG0 (ORCPT ); Thu, 11 Jun 2009 08:06:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757728AbZFKMFV (ORCPT ); Thu, 11 Jun 2009 08:05:21 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46198 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762944AbZFKMFU (ORCPT ); Thu, 11 Jun 2009 08:05:20 -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 5/6] FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue To: torvalds@osdl.org, akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, David Howells Date: Thu, 11 Jun 2009 13:05:19 +0100 Message-ID: <20090611120519.12082.2869.stgit@warthog.procyon.org.uk> In-Reply-To: <20090611120458.12082.4348.stgit@warthog.procyon.org.uk> References: <20090611120458.12082.4348.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 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