Home
last modified time | relevance | path

Searched hist:b5b11a8ac4b5a997a1b3ae388aea3879e26c857f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dvmlinux.lds.Sdiff b5b11a8ac4b5a997a1b3ae388aea3879e26c857f Wed Nov 04 18:04:39 CST 2020 Atish Patra <atish.patra@wdc.com> RISC-V: Move dynamic relocation section under __init

Dynamic relocation section are only required during boot. Those sections
can be freed after init. Thus, it can be moved to __init section.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Tested-by: Greentime Hu <greentime.hu@sifive.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>