patch-2.4.6 linux/include/asm-alpha/softirq.h
Next file: linux/include/asm-alpha/termios.h
Previous file: linux/include/asm-alpha/socket.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Jun 11 19:15:27 2001
- Orig file:
v2.4.5/linux/include/asm-alpha/softirq.h
- Orig date:
Sun Aug 6 12:42:21 2000
diff -u --recursive --new-file v2.4.5/linux/include/asm-alpha/softirq.h linux/include/asm-alpha/softirq.h
@@ -18,8 +18,11 @@
}
#define local_bh_enable() cpu_bh_enable(smp_processor_id())
+#define __local_bh_enable local_bh_enable
#define local_bh_disable() cpu_bh_disable(smp_processor_id())
#define in_softirq() (local_bh_count(smp_processor_id()) != 0)
+
+#define __cpu_raise_softirq(cpu,nr) set_bit((nr), &softirq_pending(cpu))
#endif /* _ALPHA_SOFTIRQ_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)