patch-2.1.36 linux/include/asm-i386/init.h
Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/include/asm-i386/atomic.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Apr 17 13:20:48 1997
- Orig file:
v2.1.35/linux/include/asm-i386/init.h
- Orig date:
Wed Apr 16 14:15:00 1997
diff -u --recursive --new-file v2.1.35/linux/include/asm-i386/init.h linux/include/asm-i386/init.h
@@ -1,7 +1,6 @@
#ifndef _I386_INIT_H
#define _I386_INIT_H
-#ifndef MODULE
#define __init __attribute__ ((__section__ (".text.init")))
#define __initdata __attribute__ ((__section__ (".data.init")))
#define __initfunc(__arginit) \
@@ -11,14 +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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov