commit | a90a44ee901a1892473864d1a6c267dd04f2c96d | [log] [tgz] |
---|---|---|
author | Tim Abbott <tabbott@ksplice.com> | Sun Oct 18 13:23:53 2009 -0400 |
committer | Greg Ungerer <gerg@goober.(none)> | Fri Dec 04 11:45:32 2009 +1000 |
tree | c91bc5fd83ac822257b23af9163f54eeff4c461e | |
parent | 84bd75715509c862eb9f536c4181dfa2b6d408dc [diff] |
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>
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index f20de3a..19468d0 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -157,6 +157,8 @@ .init : { . = ALIGN(PAGE_SIZE); __init_begin = .; + } > INIT + .init : { _sinittext = .; INIT_TEXT _einittext = .;