From: Tim Abbott Date: Sun, 18 Oct 2009 17:23:54 +0000 (-0400) Subject: m68knommu: Move __init_end out of the .init section. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~20107^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=995bcd3dc1924095ddda45d0f8ece6bf6124d74e;p=linux-4.9.git m68knommu: Move __init_end out of the .init section. Signed-off-by: Tim Abbott Signed-off-by: Greg Ungerer --- diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index 19468d0a1f89..884924982dd9 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/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