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

Next file: linux/include/linux/major.h
Previous file: linux/include/linux/if_hippi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/include/linux/interrupt.h linux/include/linux/interrupt.h
@@ -42,17 +42,12 @@
 	KEYBOARD_BH,
 	CYCLADES_BH,
 	CM206_BH,
-	JS_BH
+	JS_BH,
+	MACSERIAL_BH
 };
 
 #include <asm/hardirq.h>
 #include <asm/softirq.h>
-
-/*
- * Are we in an interrupt context? Either doing bottom half
- * or hardware interrupt processing?
- */
-#define in_interrupt() (local_irq_count[smp_processor_id()] + local_bh_count[smp_processor_id()] != 0)
 
 /*
  * Autoprobing for irqs:

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