[PATCH] 2.5.40 - more remove-irqlock

Carlos E Gorges (carlos@techlinux.com.br)
Thu, 3 Oct 2002 11:33:29 -0300


--- linux-2.5.40/drivers/message/fusion/linux_compat.h Tue Oct 1 04:06:28 2002
+++ linux-2.5/drivers/message/fusion/linux_compat.h Thu Oct 3 11:31:50 2002
@@ -254,8 +254,7 @@

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,28)
#define mptscsih_save_flags(flags) \
-({ local_save_flags(flags); \
- local_irq_disable(); \
+({ local_irq_save(flags); \
})
#else
#define mptscsih_save_flags(flags) \
----

_________________________
Carlos E Gorges
(carlos@techlinux.com.br)
Tech informática LTDA
Brazil
_________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/