forked from tock/tock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "kernel: common: use built in AtomicUsize"
This reverts commit 7f20daa. There are RISC-V platforms that don't support atomics (such as OpenTitan) so let's revert this commit until RV32 has atomic load and store support when the Atomic (A) extension isn't supported. That is wait until something like this for RISC-V is merged: rust-lang/rust#51953 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
- Loading branch information
1 parent
a8f30ae
commit d2afd39
Showing
1 changed file
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters