riscv,entry: fix misaligned base for excp_vect_table

[ Upstream commit ac8d0b901f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Zihao Yu 2021-03-17 16:17:25 +08:00 committed by Greg Kroah-Hartman
parent 533ea843ed
commit 4f17a45f8e

View file

@ -449,6 +449,7 @@ ENDPROC(__fstate_restore)
.section ".rodata"
.align LGREG
/* Exception vector table */
ENTRY(excp_vect_table)
RISCV_PTR do_trap_insn_misaligned