patch-2.4.0-test11 linux/include/asm-ppc/softirq.h
Next file: linux/include/asm-ppc/spinlock.h
Previous file: linux/include/asm-ppc/smplock.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Nov 11 18:23:11 2000
- Orig file:
v2.4.0-test10/linux/include/asm-ppc/softirq.h
- Orig date:
Fri Aug 4 16:15:37 2000
diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/softirq.h linux/include/asm-ppc/softirq.h
@@ -1,3 +1,4 @@
+#ifdef __KERNEL__
#ifndef __ASM_SOFTIRQ_H
#define __ASM_SOFTIRQ_H
@@ -10,3 +11,4 @@
#define in_softirq() (local_bh_count(smp_processor_id()) != 0)
#endif /* __ASM_SOFTIRQ_H */
+#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)