riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
ENTRY()/END()/WEAK() macros are deprecated and we should make use of the new SYM_*() macros [1] for better annotation of symbols. Replace the deprecated ones with the new ones and fix wrong usage of END()/ENDPROC() to correctly describe the symbols. [1] https://docs.kernel.org/core-api/asm-annotations.htmlSigned-off-by:Clément Léger <cleger@rivosinc.com> Reviewed-by:
Andrew Jones <ajones@ventanamicro.com> Acked-by:
Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by:
Anup Patel <anup@brainfault.org>
Showing
Please register or sign in to comment