patch-2.1.132 linux/include/linux/interrupt.h

Next file: linux/include/linux/isicom.h
Previous file: linux/include/linux/if_ether.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/include/linux/interrupt.h linux/include/linux/interrupt.h
@@ -17,7 +17,7 @@
 
 extern volatile unsigned char bh_running;
 
-extern int bh_mask_count[32];
+extern atomic_t bh_mask_count[32];
 extern unsigned long bh_active;
 extern unsigned long bh_mask;
 extern void (*bh_base[32])(void);
@@ -43,7 +43,8 @@
 	CYCLADES_BH,
 	CM206_BH,
 	JS_BH,
-	MACSERIAL_BH
+	MACSERIAL_BH,
+	ISICOM_BH
 };
 
 #include <asm/hardirq.h>

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov