m68knommu: Move __init_begin out of the .init section.
authorTim Abbott <tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:53 +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 f20de3a6c687dc528db5c99275011601f05139ef..19468d0a1f89fc814bd0d00c0b8f491ff36a39ea 100644 (file)
@@ -157,6 +157,8 @@ SECTIONS {
        .init : {
                . = ALIGN(PAGE_SIZE);
                __init_begin = .;
+       } > INIT
+       .init : {
                _sinittext = .;
                INIT_TEXT
                _einittext = .;