forked from Minki/linux
m68knommu: Move __init_begin out of the .init section.
Signed-off-by: Tim Abbott <tabbott@ksplice.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
84bd757155
commit
a90a44ee90
@ -157,6 +157,8 @@ SECTIONS {
|
||||
.init : {
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__init_begin = .;
|
||||
} > INIT
|
||||
.init : {
|
||||
_sinittext = .;
|
||||
INIT_TEXT
|
||||
_einittext = .;
|
||||
|
Loading…
Reference in New Issue
Block a user