m68knommu: Move __init_end out of the .init section.
authorTim Abbott <tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:54 +0000 (13:23 -0400)
committerGreg Ungerer <gerg@goober.(none)>
Fri, 4 Dec 2009 01:45:32 +0000 (11:45 +1000)
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/vmlinux.lds.S

index 19468d0..8849249 100644 (file)
@@ -168,6 +168,8 @@ SECTIONS {
                CON_INITCALL
                SECURITY_INITCALL
                INIT_RAM_FS
+       } > INIT
+       .init : {
                . = ALIGN(PAGE_SIZE);
                __init_end = .;
        } > INIT