Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv28620
Modified Files:
init.h
Log Message:
Obsoleted by <linux/init.h>
Index: init.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/init.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** init.h 2001/01/23 16:51:27 1.2
--- init.h 2001/01/23 23:42:25 1.3
***************
*** 1,20 ****
! #ifndef _VAX_INIT_H
! #define _VAX_INIT_H
!
! #ifndef MODULE
! #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,"ax"
! #define __FINIT .previous
! #define __INITDATA .section .data.init,"a"
! #endif
!
! /* This is now defined in linux/cache.h */
! /* #define __cacheline_aligned __attribute__((__aligned__(32))) */
!
! #endif
--- 1 ----
! #error "<asm/init.h> should never be used - use <linux/init.h> instead"
|