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
- Lines: 8
- Date:
Thu Oct 25 13:53:55 2001
- Orig file:
v2.4.13/linux/include/asm-m68k/softirq.h
- Orig date:
Mon Nov 27 18:00:49 2000
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)