From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail1.windriver.com", Issuer "Intel External Basic Issuing CA 3A" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 160F0B6FA4 for ; Tue, 8 May 2012 21:07:41 +1000 (EST) From: Tiejun Chen To: Subject: [PATCH 1/1] powerpc: remove now unused _TIF_RUNLATCH Date: Tue, 8 May 2012 17:26:36 +0800 Message-ID: <1336469196-18190-1-git-send-email-tiejun.chen@windriver.com> MIME-Version: 1.0 Content-Type: text/plain Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 'TIF_RUNLATCH' is already dropped from commit fe1952fc0afb9a2e4c79f103c08aef5d13db1873 powerpc: Rework runlatch code So '_TIF_RUNLATCH' should be removed as well. Signed-off-by: Tiejun Chen --- arch/powerpc/include/asm/thread_info.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/include/asm/thread_info.h b/arch/powerpc/include/asm/thread_info.h index 4a741c7..bcebc75 100644 --- a/arch/powerpc/include/asm/thread_info.h +++ b/arch/powerpc/include/asm/thread_info.h @@ -126,7 +126,6 @@ static inline struct thread_info *current_thread_info(void) #define _TIF_NOERROR (1<