patch-2.1.106 linux/include/asm-m68k/hardirq.h

Next file: linux/include/asm-m68k/hwtest.h
Previous file: linux/include/asm-m68k/entry.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/include/asm-m68k/hardirq.h linux/include/asm-m68k/hardirq.h
@@ -5,6 +5,8 @@
 
 extern unsigned int local_irq_count[NR_CPUS];
 
+#define in_interrupt() (local_irq_count[smp_processor_id()] + local_bh_count[smp_processor_id()] != 0)
+
 #define hardirq_trylock(cpu)	(++local_irq_count[cpu], (cpu) == 0)
 #define hardirq_endlock(cpu)	(--local_irq_count[cpu])
 

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