Re: [PATCH] late spinlock initialization in ieee1394/ohci

2005-08-26 Thread Ben Collins
Thanks Al. I'll commit this to our tree. Linus, feel free to apply this to your tree. Signed-off-by: Ben Collins <[EMAIL PROTECTED]> On Thu, Aug 25, 2005 at 11:13:14PM +0100, Al Viro wrote: > spinlock used in irq handler should be initialized before registering > irq, even if we know that our dev

[PATCH] late spinlock initialization in ieee1394/ohci

2005-08-25 Thread Al Viro
spinlock used in irq handler should be initialized before registering irq, even if we know that our device has interrupts disabled; handler is registered shared and taking spinlock is done unconditionally. As it is, we can and do get oopsen on boot for some configuration, depending on irq routing