From 3515d0161d55d2fa1a340932625f94240a68c262 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 25 Aug 2005 23:13:14 +0100 Subject: [PATCH] [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-format-patch failed