diff options
author | Tim Abbott <tabbott@ksplice.com> | 2009-10-18 13:23:53 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@goober.(none)> | 2009-12-03 20:45:32 -0500 |
commit | a90a44ee901a1892473864d1a6c267dd04f2c96d (patch) | |
tree | c91bc5fd83ac822257b23af9163f54eeff4c461e /arch/m68knommu | |
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>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index f20de3a6c687..19468d0a1f89 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S | |||
@@ -157,6 +157,8 @@ SECTIONS { | |||
157 | .init : { | 157 | .init : { |
158 | . = ALIGN(PAGE_SIZE); | 158 | . = ALIGN(PAGE_SIZE); |
159 | __init_begin = .; | 159 | __init_begin = .; |
160 | } > INIT | ||
161 | .init : { | ||
160 | _sinittext = .; | 162 | _sinittext = .; |
161 | INIT_TEXT | 163 | INIT_TEXT |
162 | _einittext = .; | 164 | _einittext = .; |