Skip to content

Commit

Permalink
m68knommu: Move __init_begin out of the .init section.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Dec 4, 2009
1 parent 84bd757 commit a90a44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ SECTIONS {
.init : {
. = ALIGN(PAGE_SIZE);
__init_begin = .;
} > INIT
.init : {
_sinittext = .;
INIT_TEXT
_einittext = .;
Expand Down

0 comments on commit a90a44e

Please sign in to comment.