Browse Source

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>
Tim Abbott 15 years ago
parent
commit
995bcd3dc1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/m68knommu/kernel/vmlinux.lds.S

+ 2 - 0
arch/m68knommu/kernel/vmlinux.lds.S

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