Use wfi for coldboot finish call.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra
2018-12-17 16:35:07 -08:00
parent e0a660ec5b
commit 84971c0bc0
4 changed files with 24 additions and 18 deletions

View File

@@ -36,6 +36,6 @@ struct sbi_scratch *sbi_hart_id_to_scratch(struct sbi_scratch *scratch,
void sbi_hart_wait_for_coldboot(struct sbi_scratch *scratch, u32 hartid);
void sbi_hart_wake_coldboot_harts(struct sbi_scratch *scratch);
void sbi_hart_wake_coldboot_harts(struct sbi_scratch *scratch, u32 hartid);
#endif