diff options
author | Evan Green <evan@rivosinc.com> | 2023-11-06 15:11:05 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2023-11-07 15:13:19 -0800 |
commit | 6eb7a6445b76a2fced91ebcf93d7a9073258c8cf (patch) | |
tree | b77ab9504c3125501e92fb6024b912f16f0be99f /arch/arm | |
parent | d3d2cf1acab1857ae1982d431be9d96dc0e0775c (diff) |
RISC-V: Remove __init on unaligned_emulation_finish()
This function shouldn't be __init, since it's called during hotplug. The
warning says it well enough:
WARNING: modpost: vmlinux: section mismatch in reference:
check_unaligned_access_all_cpus+0x13a (section: .text) ->
unaligned_emulation_finish (section: .init.text)
Signed-off-by: Evan Green <evan@rivosinc.com>
Fixes: 71c54b3d169d ("riscv: report misaligned accesses emulation to hwprobe")
Link: https://lore.kernel.org/r/20231106231105.3141413-1-evan@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions