@ -51,70 +51,27 @@ SECTIONS
_ etext = . ;
RO_ D A T A ( P A G E _ S I Z E )
.data : {
DATA_ D A T A
CONSTRUCTORS
}
.data1 : {
* ( .data1 )
}
. = ALIGN( S M P _ C A C H E _ B Y T E S ) ;
.data .cacheline_aligned : {
* ( .data .cacheline_aligned )
}
. = ALIGN( S M P _ C A C H E _ B Y T E S ) ;
.data .read_mostly : {
* ( .data .read_mostly )
}
RW_ D A T A _ S E C T I O N ( S M P _ C A C H E _ B Y T E S , 0 , T H R E A D _ S I Z E )
/* End of data section */
_ edata = . ;
/* init_task */
. = ALIGN( T H R E A D _ S I Z E ) ;
.data .init_task : {
* ( .data .init_task )
}
.fixup : {
_ _ start_ _ _ f i x u p = . ;
* ( .fixup )
_ _ stop_ _ _ f i x u p = . ;
}
. = ALIGN( 1 6 ) ;
_ _ ex_ t a b l e : {
_ _ start_ _ _ e x _ t a b l e = . ;
* ( _ _ ex_ t a b l e )
_ _ stop_ _ _ e x _ t a b l e = . ;
}
EXCEPTION_ T A B L E ( 1 6 )
NOTES
. = ALIGN( P A G E _ S I Z E ) ;
.init .text : {
_ _ init_ b e g i n = . ;
_ sinittext = . ;
INIT_ T E X T
_ einittext = . ;
}
_ _ init_ b e g i n = A L I G N ( P A G E _ S I Z E ) ;
INIT_ T E X T _ S E C T I O N ( P A G E _ S I Z E )
_ _ init_ t e x t _ e n d = . ;
.init .data : {
INIT_ D A T A
}
. = ALIGN( 1 6 ) ;
.init .setup : {
_ _ setup_ s t a r t = . ;
* ( .init .setup )
_ _ setup_ e n d = . ;
}
.initcall .init : {
_ _ initcall_ s t a r t = . ;
INITCALLS
_ _ initcall_ e n d = . ;
}
.con_initcall .init : {
_ _ con_ i n i t c a l l _ s t a r t = . ;
* ( .con_initcall .init )
_ _ con_ i n i t c a l l _ e n d = . ;
}
SECURITY_ I N I T
INIT_ D A T A _ S E C T I O N ( 1 6 )
. = ALIGN( 4 ) ;
.tsb_ldquad_phys_patch : {
@ -146,29 +103,11 @@ SECTIONS
_ _ sun4 v _ 2 i n s n _ p a t c h _ e n d = . ;
}
# ifdef C O N F I G _ B L K _ D E V _ I N I T R D
. = ALIGN( P A G E _ S I Z E ) ;
.init .ramfs : {
_ _ initramfs_ s t a r t = . ;
* ( .init .ramfs )
_ _ initramfs_ e n d = . ;
}
# endif
PERCPU( P A G E _ S I Z E )
. = ALIGN( P A G E _ S I Z E ) ;
_ _ init_ e n d = . ;
_ _ bss_ s t a r t = . ;
.sbss : {
* ( .sbss )
* ( .scommon )
}
.bss : {
* ( .dynbss )
* ( .bss )
* ( COMMON)
}
BSS_ S E C T I O N ( 0 , 0 , 0 )
_ end = . ;
STABS_ D E B U G