From: Al Viro Date: Thu, 25 Aug 2005 22:13:14 +0000 (+0100) Subject: [PATCH] late spinlock initialization in ieee1394/ohci X-Git-Tag: v2.6.13~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3515d0161d55d2fa1a340932625f94240a68c262;p=pandora-kernel.git [PATCH] late spinlock initialization in ieee1394/ohci 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 - I've got a reproducer. Signed-off-by: Al Viro Signed-off-by: Ben Collins Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed