commit | 995bcd3dc1924095ddda45d0f8ece6bf6124d74e | [log] [tgz] |
---|---|---|
author | Tim Abbott <tabbott@ksplice.com> | Sun Oct 18 13:23:54 2009 -0400 |
committer | Greg Ungerer <gerg@goober.(none)> | Fri Dec 04 11:45:32 2009 +1000 |
tree | c2f088e6b7f6f3d8605cfb991ed337e91587f0f0 | |
parent | a90a44ee901a1892473864d1a6c267dd04f2c96d [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>
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index 19468d0..8849249 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -168,6 +168,8 @@ CON_INITCALL SECURITY_INITCALL INIT_RAM_FS + } > INIT + .init : { . = ALIGN(PAGE_SIZE); __init_end = .; } > INIT