patch-2.4.25 linux-2.4.25/include/asm-sparc64/sections.h

Next file: linux-2.4.25/include/asm-x86_64/desc.h
Previous file: linux-2.4.25/include/asm-sparc/system.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-sparc64/sections.h linux-2.4.25/include/asm-sparc64/sections.h
@@ -0,0 +1,12 @@
+/* References to section boundaries */
+
+#ifndef __SPARC64_SECTIONS_H
+#define __SPARC64_SECTIONS_H
+
+extern char __init_begin[], __init_end[];
+
+extern char _start[], _end[];
+
+extern char etext[], edata[];
+
+#endif /* !(__SPARC64_SECTIONS_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)