patch-2.1.36 linux/include/asm-sparc64/init.h
Next file: linux/include/asm-sparc64/ipc.h
Previous file: linux/include/asm-sparc64/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Apr 17 13:20:51 1997
- Orig file:
v2.1.35/linux/include/asm-sparc64/init.h
- Orig date:
Thu Mar 27 14:40:09 1997
diff -u --recursive --new-file v2.1.35/linux/include/asm-sparc64/init.h linux/include/asm-sparc64/init.h
@@ -1,9 +1,6 @@
-#ifndef _SPARC64_INIT_H
-#define _SPARC64_INIT_H
+#ifndef _SPARC_INIT_H
+#define _SPARC_INIT_H
-#ifndef __init
-/* 'cause of buggy linker, we don't use this for now... */
-#if 0 && !defined (MODULE)
#define __init __attribute__ ((__section__ (".text.init")))
#define __initdata __attribute__ ((__section__ (".data.init")))
#define __initfunc(__arginit) \
@@ -13,15 +10,5 @@
#define __INIT .section ".text.init",#alloc,#execinstr
#define __FINIT .previous
#define __INITDATA .section ".data.init",#alloc,#write
-#else
-#define __init
-#define __initdata
-#define __initfunc(__arginit) __arginit
-/* For assembly routines */
-#define __INIT
-#define __FINIT
-#define __INITDATA
-#endif
-#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov