patch-2.4.10 linux/include/asm-ppc/softirq.h
Next file: linux/include/asm-ppc/spinlock.h
Previous file: linux/include/asm-ppc/smp.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Sep 8 12:02:31 2001
- Orig file:
v2.4.9/linux/include/asm-ppc/softirq.h
- Orig date:
Wed Jul 25 17:10:25 2001
diff -u --recursive --new-file v2.4.9/linux/include/asm-ppc/softirq.h linux/include/asm-ppc/softirq.h
@@ -28,8 +28,6 @@
} \
} while (0)
-#define __cpu_raise_softirq(cpu, nr) set_bit((nr), &softirq_pending(cpu));
-
#define in_softirq() (local_bh_count(smp_processor_id()) != 0)
#endif /* __ASM_SOFTIRQ_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)