aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2009-10-18 13:23:54 -0400
committerGreg Ungerer <gerg@goober.(none)>2009-12-03 20:45:32 -0500
commit995bcd3dc1924095ddda45d0f8ece6bf6124d74e (patch)
treec2f088e6b7f6f3d8605cfb991ed337e91587f0f0 /arch
parenta90a44ee901a1892473864d1a6c267dd04f2c96d (diff)
m68knommu: Move __init_end 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')
-rw-r--r--arch/m68knommu/kernel/vmlinux.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S
index 19468d0a1f89..884924982dd9 100644
--- a/arch/m68knommu/kernel/vmlinux.lds.S
+++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -168,6 +168,8 @@ SECTIONS {
168 CON_INITCALL 168 CON_INITCALL
169 SECURITY_INITCALL 169 SECURITY_INITCALL
170 INIT_RAM_FS 170 INIT_RAM_FS
171 } > INIT
172 .init : {
171 . = ALIGN(PAGE_SIZE); 173 . = ALIGN(PAGE_SIZE);
172 __init_end = .; 174 __init_end = .;
173 } > INIT 175 } > INIT