diff options
Diffstat (limited to 'arch/or1k')
-rw-r--r-- | arch/or1k/atomic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/or1k/atomic.h b/arch/or1k/atomic.h index 5b0411b0..f9e69815 100644 --- a/arch/or1k/atomic.h +++ b/arch/or1k/atomic.h @@ -74,6 +74,7 @@ static inline void a_store(volatile int *p, int x) static inline void a_spin() { + a_cas(&(int){0}, 0, 0); } static inline void a_crash() |