diff options
author | Atish Patra <atish.patra@wdc.com> | 2018-12-17 16:35:07 -0800 |
---|---|---|
committer | Atish Patra <atish.patra@wdc.com> | 2018-12-20 15:55:27 -0800 |
commit | 84971c0bc03245dc8092ec5a1119450a62ee2d47 (patch) | |
tree | 5c073afe66b0d1cb48aabcae5bb5b6746de37734 /include/sbi/sbi_hart.h | |
parent | e0a660ec5bdb11820600388d084f461f0bef8ed7 (diff) |
Use wfi for coldboot finish call.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'include/sbi/sbi_hart.h')
-rw-r--r-- | include/sbi/sbi_hart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_hart.h b/include/sbi/sbi_hart.h index 38032ed..c77ffd2 100644 --- a/include/sbi/sbi_hart.h +++ b/include/sbi/sbi_hart.h @@ -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 |