]> asedeno.scripts.mit.edu Git - linux.git/commit
RISC-V: Handle R_RISCV_32 in modules
authorAndreas Schwab <schwab@suse.de>
Thu, 7 Jun 2018 10:27:27 +0000 (12:27 +0200)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 11 Jun 2018 16:04:34 +0000 (09:04 -0700)
commit77aa85de16aeefd75d639737c7bfcf0d2604e471
tree1fac74156aa7eb48dcc9d5a888067f53fc81fac2
parent1dd985229d5fc19359250bc0e4235aff217672b2
RISC-V: Handle R_RISCV_32 in modules

With CONFIG_MODVERSIONS=y the R_RISCV_32 relocation is used by the
__kcrctab section.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/module.c