From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Tejun Heo <tj@kernel.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] s390: fix _TIF_SINGLE_STEP definition
Date: Fri, 19 Aug 2011 08:16:37 +0200 [thread overview]
Message-ID: <20110819081637.76e52a6a@mschwide> (raw)
In-Reply-To: <20110818163702.GF20085@htj.dyndns.org>
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.
prev parent reply other threads:[~2011-08-19 6:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-18 16:37 [PATCH] s390: fix _TIF_SINGLE_STEP definition Tejun Heo
2011-08-19 6:16 ` Martin Schwidefsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110819081637.76e52a6a@mschwide \
--to=schwidefsky@de.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox