projects
/
platform
/
kernel
/
opensbi-spacemit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de446cc
)
platform: andes/ae350: Drop plicsw_ipi_sync()
author
Bin Meng
<bmeng.cn@gmail.com>
Fri, 4 Jun 2021 15:35:45 +0000
(23:35 +0800)
committer
Anup Patel
<anup@brainfault.org>
Fri, 11 Jun 2021 05:51:14 +0000
(11:21 +0530)
plicsw_ipi_sync() is a forward declaration but without the actual
implementation. Drop it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
platform/andes/ae350/plicsw.h
patch
|
blob
|
history
diff --git
a/platform/andes/ae350/plicsw.h
b/platform/andes/ae350/plicsw.h
index
8be6194
..
58728f6
100644
(file)
--- a/
platform/andes/ae350/plicsw.h
+++ b/
platform/andes/ae350/plicsw.h
@@
-35,8
+35,6
@@
struct plicsw {
void plicsw_ipi_send(u32 target_hart);
-void plicsw_ipi_sync(u32 target_hart);
-
void plicsw_ipi_clear(u32 target_hart);
int plicsw_warm_ipi_init(void);