lkml.org 
[lkml]   [2011]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] s390: fix _TIF_SINGLE_STEP definition
On Thu, 18 Aug 2011 18:37:02 +0200
Tejun Heo <tj@kernel.org> wrote:

> _TIF_SINGLE_STEP is incorrectly defined as 1<<TIF_FREEZE. Fix it.
>
> Signed-off-by: Tejun Heo <tj@kernel.org>
> ---
> 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<<TIF_SIE)
> #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
> #define _TIF_31BIT (1<<TIF_31BIT)
> -#define _TIF_SINGLE_STEP (1<<TIF_FREEZE)
> +#define _TIF_SINGLE_STEP (1<<TIF_SINGLE_STEP)
> #define _TIF_FREEZE (1<<TIF_FREEZE)
>
> #ifdef CONFIG_64BIT

Whoa, that has been "unfixed" by git commit 5e9a26928f550157..
Nice catch!

--
blue skies,
Martin.

"Reality continues to ruin my life." - Calvin.



\
 
 \ /
  Last update: 2011-08-19 08:19    [W:0.053 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site