patch-2.4.20 linux-2.4.20/include/asm-parisc/softirq.h

Next file: linux-2.4.20/include/asm-parisc/spinlock.h
Previous file: linux-2.4.20/include/asm-parisc/socket.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-parisc/softirq.h linux-2.4.20/include/asm-parisc/softirq.h
@@ -8,6 +8,7 @@
 #define cpu_bh_enable(cpu)	do { barrier(); local_bh_count(cpu)--; } while (0)
 
 #define local_bh_disable()	cpu_bh_disable(smp_processor_id())
+#define __local_bh_enable()	local_bh_enable()
 #define local_bh_enable()	cpu_bh_enable(smp_processor_id())
 
 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)