From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Karsten Wiese <fzu@wemgehoertderstaat.de>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
dipankar@in.ibm.com
Subject: Re: [PATCH -mm] Make rcupreempt.c compile with CONFIG_RCU_TRACE not set
Date: Fri, 2 Feb 2007 07:49:46 -0800 [thread overview]
Message-ID: <20070202154945.GA4732@linux.vnet.ibm.com> (raw)
In-Reply-To: <200702020448.03256.fzu@wemgehoertderstaat.de>
On Fri, Feb 02, 2007 at 04:48:02AM +0100, Karsten Wiese wrote:
>
> RCU_TRACE is always defined.
Good catch!!!
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
>
> ---
> diff -pur rc6-mm2/kernel/rcupreempt.c rc6-mm2-kw/kernel/rcupreempt.c
> --- rc6-mm2/kernel/rcupreempt.c 2007-01-30 00:08:21.000000000 +0100
> +++ rc6-mm2-kw/kernel/rcupreempt.c 2007-01-29 11:07:43.000000000 +0100
> @@ -619,7 +619,7 @@ void synchronize_kernel(void)
> synchronize_rcu();
> }
>
> -#ifdef RCU_TRACE
> +#ifdef CONFIG_RCU_TRACE
> int *rcupreempt_flipctr(int cpu)
> {
> return &per_cpu(rcu_flipctr, cpu)[0];
prev parent reply other threads:[~2007-02-02 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200701300131.36485.fzu@wemgehoertderstaat.de>
[not found] ` <20070201020619.GU2574@linux.vnet.ibm.com>
[not found] ` <200702011106.13836.fzu@wemgehoertderstaat.de>
2007-02-02 3:48 ` [PATCH -mm] Make rcupreempt.c compile with CONFIG_RCU_TRACE not set Karsten Wiese
2007-02-02 15:49 ` Paul E. McKenney [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=20070202154945.GA4732@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akpm@osdl.org \
--cc=dipankar@in.ibm.com \
--cc=fzu@wemgehoertderstaat.de \
--cc=linux-kernel@vger.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