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

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

diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/softirq.h linux/include/asm-m68k/softirq.h
@@ -12,6 +12,7 @@
 
 #define local_bh_disable()	cpu_bh_disable(smp_processor_id())
 #define local_bh_enable()	cpu_bh_enable(smp_processor_id())
+#define __local_bh_enable()     local_bh_enable()			  
 
 #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)