From: Sebastien Dugue <sebastien.dugue@bull.net>
To: Daniel Walker <dwalker@mvista.com>
Cc: tinytim@us.ibm.com, linux-rt-users@vger.kernel.org,
linux-kernel@vger.kernel.org, rostedt@goodmis.org,
jean-pierre.dion@bull.net, linuxppc-dev@ozlabs.org,
paulus@samba.org, gilles.carry@ext.bull.net, tglx@linutronix.de
Subject: Re: [PATCH 3/3] powerpc - Make the irq reverse mapping radix tree lockless
Date: Tue, 5 Aug 2008 10:28:27 +0200 [thread overview]
Message-ID: <20080805102827.7d8dbc4b@bull.net> (raw)
In-Reply-To: <1217867496.3946.33.camel@localhost.localdomain>
On Mon, 04 Aug 2008 09:31:36 -0700 Daniel Walker <dwalker@mvista.com> wrote:
> On Mon, 2008-08-04 at 13:08 +0200, Sebastien Dugue wrote:
>
> > --- a/arch/powerpc/include/asm/irq.h
> > +++ b/arch/powerpc/include/asm/irq.h
> > @@ -119,6 +119,7 @@ struct irq_host {
> > } linear;
> > struct radix_tree_root tree;
> > } revmap_data;
> > + spinlock_t tree_lock;
>
> You have a tabbing issue above..
Yuck, right.
Thanks,
Sebastien.
WARNING: multiple messages have this Message-ID (diff)
From: Sebastien Dugue <sebastien.dugue@bull.net>
To: Daniel Walker <dwalker@mvista.com>
Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org,
linux-rt-users@vger.kernel.org, benh@kernel.crashing.org,
paulus@samba.org, michael@ellerman.id.au,
jean-pierre.dion@bull.net, gilles.carry@ext.bull.net,
tinytim@us.ibm.com, tglx@linutronix.de, rostedt@goodmis.org
Subject: Re: [PATCH 3/3] powerpc - Make the irq reverse mapping radix tree lockless
Date: Tue, 5 Aug 2008 10:28:27 +0200 [thread overview]
Message-ID: <20080805102827.7d8dbc4b@bull.net> (raw)
In-Reply-To: <1217867496.3946.33.camel@localhost.localdomain>
On Mon, 04 Aug 2008 09:31:36 -0700 Daniel Walker <dwalker@mvista.com> wrote:
> On Mon, 2008-08-04 at 13:08 +0200, Sebastien Dugue wrote:
>
> > --- a/arch/powerpc/include/asm/irq.h
> > +++ b/arch/powerpc/include/asm/irq.h
> > @@ -119,6 +119,7 @@ struct irq_host {
> > } linear;
> > struct radix_tree_root tree;
> > } revmap_data;
> > + spinlock_t tree_lock;
>
> You have a tabbing issue above..
Yuck, right.
Thanks,
Sebastien.
next prev parent reply other threads:[~2008-08-05 10:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-04 11:08 [PATCH 0/3 V2] powerpc - Make the irq reverse mapping tree lockless Sebastien Dugue
2008-08-04 11:08 ` Sebastien Dugue
2008-08-04 11:08 ` [PATCH 1/3] powerpc - Initialize the irq radix tree earlier Sebastien Dugue
2008-08-04 11:08 ` Sebastien Dugue
2008-08-05 1:03 ` Benjamin Herrenschmidt
2008-08-05 1:03 ` Benjamin Herrenschmidt
2008-08-05 1:05 ` Benjamin Herrenschmidt
2008-08-05 1:05 ` Benjamin Herrenschmidt
2008-08-05 8:27 ` Sebastien Dugue
2008-08-05 8:27 ` Sebastien Dugue
2008-08-05 8:26 ` Sebastien Dugue
2008-08-04 11:08 ` [PATCH 2/3] powerpc - Separate the irq radix tree insertion and lookup Sebastien Dugue
2008-08-04 11:08 ` Sebastien Dugue
2008-08-04 11:08 ` [PATCH 3/3] powerpc - Make the irq reverse mapping radix tree lockless Sebastien Dugue
2008-08-04 11:08 ` Sebastien Dugue
2008-08-04 16:31 ` Daniel Walker
2008-08-04 16:31 ` Daniel Walker
2008-08-05 8:28 ` Sebastien Dugue [this message]
2008-08-05 8:28 ` Sebastien Dugue
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=20080805102827.7d8dbc4b@bull.net \
--to=sebastien.dugue@bull.net \
--cc=dwalker@mvista.com \
--cc=gilles.carry@ext.bull.net \
--cc=jean-pierre.dion@bull.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=tinytim@us.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.