Explorar o código

m68knommu: Move __init_begin out of the .init section.

Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Tim Abbott %!s(int64=15) %!d(string=hai) anos
pai
achega
a90a44ee90
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      arch/m68knommu/kernel/vmlinux.lds.S

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

@@ -157,6 +157,8 @@ SECTIONS {
 	.init : {
 		. = ALIGN(PAGE_SIZE);
 		__init_begin = .;
+	} > INIT
+	.init : {
 		_sinittext = .;
 		INIT_TEXT
 		_einittext = .;