mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
@@ -129,7 +129,7 @@ _start_warm:
|
||||
/* set MSIE bit to receive IPI */
|
||||
li a2, MIP_MSIP
|
||||
csrw mie, a2
|
||||
/* HART ID should be withing expected limit */
|
||||
/* HART ID should be within expected limit */
|
||||
csrr a6, mhartid
|
||||
li a5, PLAT_HART_COUNT
|
||||
bge a6, a5, _start_hang
|
||||
|
Reference in New Issue
Block a user