risc-v: Make exception_common 8 byte align
Some SoC like bl602 require the exception entry 8 byte align, it should be safe for other chips so we can apply it globally. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
0f080cdeaf
commit
676d35f007
|
@ -43,6 +43,7 @@
|
|||
|
||||
.section .text
|
||||
.global exception_common
|
||||
.align 8
|
||||
|
||||
exception_common:
|
||||
|
||||
|
|
Loading…
Reference in New Issue