[PATCH 3/3] powerpc - Make the irq reverse mapping radix tree lockless
Sebastien Dugue
sebastien.dugue at bull.net
Tue Aug 5 18:28:27 EST 2008
On Mon, 04 Aug 2008 09:31:36 -0700 Daniel Walker <dwalker at 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.
More information about the Linuxppc-dev
mailing list