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

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

diff -u --recursive --new-file v2.1.36/linux/include/asm-m68k/hardirq.h linux/include/asm-m68k/hardirq.h
@@ -11,16 +11,3 @@
 #define hardirq_exit(cpu)	(local_irq_count[cpu]--)
 
 #endif
-#ifndef __M68K_HARDIRQ_H
-#define __M68K_HARDIRQ_H
-
-extern unsigned int local_irq_count[NR_CPUS];
-#define in_interrupt()	(local_irq_count[smp_processor_id()] != 0)
-
-#define hardirq_trylock(cpu)	((cpu)==0)	/* always true */
-#define hardirq_endlock(cpu)	do { } while (0)
-
-#define hardirq_enter(cpu)	(local_irq_count[cpu]++)
-#define hardirq_exit(cpu)	(local_irq_count[cpu]--)
-
-#endif

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