diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /include/asm-i386/init.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'include/asm-i386/init.h')
-rw-r--r-- | include/asm-i386/init.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/include/asm-i386/init.h b/include/asm-i386/init.h index 7618c0054..17d215574 100644 --- a/include/asm-i386/init.h +++ b/include/asm-i386/init.h @@ -1,17 +1 @@ -#ifndef _I386_INIT_H -#define _I386_INIT_H - -#define __init __attribute__ ((__section__ (".text.init"))) -#define __initdata __attribute__ ((__section__ (".data.init"))) -#define __initfunc(__arginit) \ - __arginit __init; \ - __arginit -/* For assembly routines */ -#define __INIT .section ".text.init",#alloc,#execinstr -#define __FINIT .previous -#define __INITDATA .section ".data.init",#alloc,#write - -#define __cacheline_aligned __attribute__ \ - ((__section__ (".data.cacheline_aligned"))) - -#endif +#error "<asm/init.h> should never be used - use <linux/init.h> instead" |