patch-2.3.23 linux/include/asm-arm/init.h
Next file: linux/include/asm-arm/io.h
Previous file: linux/include/asm-arm/hardware.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.3.22/linux/include/asm-arm/init.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/init.h linux/include/asm-arm/init.h
@@ -1,28 +0,0 @@
-#ifndef _ASMARM_INIT_H
-#define _ASMARM_INIT_H
-
-#include <linux/config.h>
-
-/* C routines */
-
-#ifdef CONFIG_TEXT_SECTIONS
-
-#define __init __attribute__ ((__section__ (".text.init")))
-
-#else
-
-#define __init
-
-#endif
-
-#define __initdata __attribute__ ((__section__ (".data.init")))
-
-/* Assembly routines */
-#define __INIT .section ".text.init",@alloc,@execinstr
-#define __INITDATA .section ".data.init",@alloc,@write
-#define __FINIT .previous
-
-#define __cacheline_aligned __attribute__ \
- ((__aligned__ (L1_CACHE_BYTES)))
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)