summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2018-12-18 03:35:07 +0300
committerAtish Patra <atish.patra@wdc.com>2018-12-21 02:55:27 +0300
commit84971c0bc03245dc8092ec5a1119450a62ee2d47 (patch)
tree5c073afe66b0d1cb48aabcae5bb5b6746de37734 /include
parente0a660ec5bdb11820600388d084f461f0bef8ed7 (diff)
downloadopensbi-84971c0bc03245dc8092ec5a1119450a62ee2d47.tar.xz
Use wfi for coldboot finish call.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_hart.h2
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