mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Documentation: Fixed a typo in atomic_t.txt
Fixed a typo in the word 'architecture'. Signed-off-by: Kushagra Verma <kushagra765@outlook.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
committed by
Paul E. McKenney
parent
ebd50e2947
commit
aae0c8a50d
@@ -324,7 +324,7 @@ atomic operations.
|
|||||||
|
|
||||||
Specifically 'simple' cmpxchg() loops are expected to not starve one another
|
Specifically 'simple' cmpxchg() loops are expected to not starve one another
|
||||||
indefinitely. However, this is not evident on LL/SC architectures, because
|
indefinitely. However, this is not evident on LL/SC architectures, because
|
||||||
while an LL/SC architecure 'can/should/must' provide forward progress
|
while an LL/SC architecture 'can/should/must' provide forward progress
|
||||||
guarantees between competing LL/SC sections, such a guarantee does not
|
guarantees between competing LL/SC sections, such a guarantee does not
|
||||||
transfer to cmpxchg() implemented using LL/SC. Consider:
|
transfer to cmpxchg() implemented using LL/SC. Consider:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user