K 10 svn:author V 2 br K 8 svn:date V 27 2018-09-12T08:05:33.990741Z K 7 svn:log V 309 Don't mark module data as static on RISC-V. Similar to arm64, riscv compiler uses PC-relative loads/stores, and with static data compiler does not emit relocations. In result, kernel module linker has nothing to fix and data accessed from the wrong location. Approved by: re (gjb) Sponsored by: DARPA, AFRL END