mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-06 13:08:36 +00:00
Fiw comment typo
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
This commit is contained in:
parent
745ae45e65
commit
4fb23c49eb
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ _start_warm:
|
||||||
/* set MSIE bit to receive IPI */
|
/* set MSIE bit to receive IPI */
|
||||||
li a2, MIP_MSIP
|
li a2, MIP_MSIP
|
||||||
csrw mie, a2
|
csrw mie, a2
|
||||||
/* HART ID should be withing expected limit */
|
/* HART ID should be within expected limit */
|
||||||
csrr a6, mhartid
|
csrr a6, mhartid
|
||||||
li a5, PLAT_HART_COUNT
|
li a5, PLAT_HART_COUNT
|
||||||
bge a6, a5, _start_hang
|
bge a6, a5, _start_hang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue