ARM: linker script: factor out some common definitions between XIP and non-XIP
Lots of duplications between vmlinux.lds.S and vmlinux-xip.lds.S. This may lead to one file being updated but not the other. For example, SOFTIRQENTRY_TEXT and HYPERVISOR_TEXT were missing from the XIP version. This creates vmlinux.lds.h where a bunch of common defines are moved. Signed-off-by: NNicolas Pitre <nico@linaro.org> Tested-by: NChris Brandt <Chris.Brandt@renesas.com>
Showing
arch/arm/kernel/vmlinux.lds.h
0 → 100644
想要评论请 注册 或 登录