Home
last modified time | relevance | path

Searched hist:"07 c802bd7c3951410b105356787d655e273ab537" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dvmlinux.lds.Sdiff 07c802bd7c3951410b105356787d655e273ab537 Tue Nov 25 09:26:13 CST 2014 Will Deacon <will.deacon@arm.com> arm64: vmlinux.lds.S: don't discard .exit.* sections at link-time

.exit.* sections may be subject to patching by the new alternatives
framework and so shouldn't be discarded at link-time. Without this patch,
such a section will result in the following linker error:

`.exit.text' referenced in section `.altinstructions' of
drivers/built-in.o: defined in discarded section `.exit.text' of
drivers/built-in.o

Signed-off-by: Will Deacon <will.deacon@arm.com>