Skip to content

Commit

Permalink
m68knommu: Move __init_end 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 a90a44e commit 995bcd3
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 @@ -168,6 +168,8 @@ SECTIONS {
CON_INITCALL
SECURITY_INITCALL
INIT_RAM_FS
} > INIT
.init : {
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT
Expand Down

0 comments on commit 995bcd3

Please sign in to comment.