Files
opensbi/lib
Atish Patra b9c517f559 lib: Fix ipi type update
IPIs are updated in scratch space by source hart.
However, different harts or same hart may want to
send different IPIs before previous IPI was read
by the target hart. Currently, previous IPI type
is overwritten in that case.

Use atomic bit set/clear operations to update IPIs.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
2019-01-22 10:03:49 +05:30
..
2018-12-11 19:24:06 +05:30
2019-01-21 09:58:33 +05:30
2019-01-21 09:58:33 +05:30
2019-01-22 10:03:49 +05:30