riscv,entry: fix misaligned base for excp_vect_table

In RV64, the size of each entry in excp_vect_table is 8 bytes. If the
base of the table is not 8-byte aligned, loading an entry in the table
will raise a misaligned exception. Although such exception will be
handled by opensbi/bbl, this still causes performance degradation.

Signed-off-by: Zihao Yu <yuzihao@ict.ac.cn>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>

authored by Zihao Yu and committed by Palmer Dabbelt ac8d0b90 285a76bb

+1
+1
arch/riscv/kernel/entry.S
··· 447 447 #endif 448 448 449 449 .section ".rodata" 450 + .align LGREG 450 451 /* Exception vector table */ 451 452 ENTRY(excp_vect_table) 452 453 RISCV_PTR do_trap_insn_misaligned