Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: fix misalgned trap vector base address
The trap vector marked by label .Lsecondary_park must align on a 4-byte boundary, as the {m,s}tvec is defined to require 4-byte alignment. Signed-off-by: Chen Lu <[email protected]> Reviewed-by: Anup Patel <[email protected]> Fixes: e011995 ("RISC-V: Move relocate and few other functions out of __init") Cc: [email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
- Loading branch information