Try this:
--- linux-2.4.0-prerelease/net/irda/irqueue.c Tue Nov 21 20:11:22 2000
+++ linux-akpm/net/irda/irqueue.c Thu Jan 4 10:14:10 2001
@@ -436,7 +436,7 @@
/* Release lock */
if ( hashbin->hb_type & HB_GLOBAL) {
- spin_unlock_irq( &hashbin->hb_mutex[ bin]);
+ spin_unlock_irqrestore( &hashbin->hb_mutex[ bin], flags);
} else if ( hashbin->hb_type & HB_LOCAL) {
restore_flags( flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/