PATCH: mpt fusion - remove donothing code

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Oct 2002 19:57:35 +0100 (BST)


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/drivers/message/fusion/linux_compat.h linux.2.5.41-ac1/drivers/message/fusion/linux_compat.h
--- linux.2.5.41/drivers/message/fusion/linux_compat.h 2002-10-02 21:33:52.000000000 +0100
+++ linux.2.5.41-ac1/drivers/message/fusion/linux_compat.h 2002-10-05 23:56:25.000000000 +0100
@@ -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) \
-
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/