patch-2.1.115 linux/include/asm-ppc/softirq.h

Next file: linux/include/asm-ppc/stat.h
Previous file: linux/include/asm-ppc/signal.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/include/asm-ppc/softirq.h linux/include/asm-ppc/softirq.h
@@ -19,6 +19,8 @@
 
 extern int __ppc_bh_counter;
 
+#define synchronize_bh()	do { } while (0)
+
 #define clear_active_bhs(x)	atomic_clear_mask((x),&bh_active)
 
 extern inline void init_bh(int nr, void (*routine)(void))
@@ -80,6 +82,8 @@
 	do { atomic_inc(&__ppc_bh_counter); synchronize_irq(); } while(0)
 
 #define end_bh_atomic()		atomic_dec(&__ppc_bh_counter)
+
+#define synchronize_bh()	do { } while (0) /* XXX implement SMP version --Cort */
 
 #include <asm/spinlock.h>
 

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