summaryrefslogtreecommitdiff
path: root/bpf_insns.h
diff options
context:
space:
mode:
Diffstat (limited to 'bpf_insns.h')
0 files changed, 0 insertions, 0 deletions
3835d69a6c7048a28d0aea3cb8403d5e83a0f867 (patch) tree3c655f48fe1a36100ad193b79555750e8745c7f9 /arch parent43fc9d2fa5585adfadd0fdc06a20626727cf985a (diff)
ARM: vmlinux.lds: move init sections between text and data sections
Place the init sections between the text and data sections. This means all code is grouped together at the beginning of the kernel image, and all data is at the end of the image. This avoids problems with the 24-bit branch instruction relocations becoming invalid with large initramfs images. Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')