From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 19 Aug 2011 08:16:37 +0200 From: Martin Schwidefsky Subject: Re: [PATCH] s390: fix _TIF_SINGLE_STEP definition Message-ID: <20110819081637.76e52a6a@mschwide> In-Reply-To: <20110818163702.GF20085@htj.dyndns.org> References: <20110818163702.GF20085@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Tejun Heo Cc: Heiko Carstens , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Thu, 18 Aug 2011 18:37:02 +0200 Tejun Heo wrote: > _TIF_SINGLE_STEP is incorrectly defined as 1< > Signed-off-by: Tejun Heo > --- > arch/s390/include/asm/thread_info.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: work/arch/s390/include/asm/thread_info.h > =================================================================== > --- work.orig/arch/s390/include/asm/thread_info.h > +++ work/arch/s390/include/asm/thread_info.h > @@ -117,7 +117,7 @@ static inline struct thread_info *curren > #define _TIF_SIE (1< #define _TIF_POLLING_NRFLAG (1< #define _TIF_31BIT (1< -#define _TIF_SINGLE_STEP (1< +#define _TIF_SINGLE_STEP (1< #define _TIF_FREEZE (1< > #ifdef CONFIG_64BIT Whoa, that has been "unfixed" by git commit 5e9a26928f550157.. Nice catch! -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.