Re: [PATCH 3/3] powerpc - Make the irq reverse mapping radix tree lockless
From: Sebastien Dugue <hidden>
Date: 2008-08-05 10:57:52
Also in:
linuxppc-dev, lkml
From: Sebastien Dugue <hidden>
Date: 2008-08-05 10:57:52
Also in:
linuxppc-dev, lkml
On Mon, 04 Aug 2008 09:31:36 -0700 Daniel Walker [off-list ref] wrote:
On Mon, 2008-08-04 at 13:08 +0200, Sebastien Dugue wrote:quoted
--- 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.