patch-2.3.99-pre9 linux/include/asm-ppc/init.h
Next file: linux/include/asm-ppc/page.h
Previous file: linux/include/asm-ppc/cpm_8260.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon May 15 14:53:31 2000
- Orig file:
v2.3.99-pre8/linux/include/asm-ppc/init.h
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-ppc/init.h linux/include/asm-ppc/init.h
@@ -16,6 +16,12 @@
__argprep __prep; \
__argprep
+#define __chrp __attribute__ ((__section__ (".text.chrp")))
+#define __chrpdata __attribute__ ((__section__ (".data.chrp")))
+#define __chrpfunc(__argchrp) \
+ __argchrp __chrp; \
+ __argchrp
+
#define __apus __attribute__ ((__section__ (".text.apus")))
#define __apusdata __attribute__ ((__section__ (".data.apus")))
#define __apusfunc(__argapus) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)