patch-2.1.116 linux/include/asm-m68k/softirq.h

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

diff -u --recursive --new-file v2.1.115/linux/include/asm-m68k/softirq.h linux/include/asm-m68k/softirq.h
@@ -61,5 +61,6 @@
 /* These are for the irq's testing the lock */
 #define softirq_trylock(cpu)  (local_bh_count[cpu] ? 0 : (local_bh_count[cpu]=1))
 #define softirq_endlock(cpu)  (local_bh_count[cpu] = 0)
+#define synchronize_bh()	do { } while (0)
 
 #endif

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