mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Correct a comment which was exactly backwards from reality.
This commit is contained in:
parent
cc3a001f1c
commit
6baca8256b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279114
@ -582,8 +582,8 @@ atomic_load_64(volatile uint64_t *p)
|
||||
|
||||
/*
|
||||
* The only way to atomically load 64 bits is with LDREXD which puts the
|
||||
* exclusive monitor into the open state, so reset it with CLREX because
|
||||
* we don't actually need to store anything.
|
||||
* exclusive monitor into the exclusive state, so reset it to open state
|
||||
* with CLREX because we don't actually need to store anything.
|
||||
*/
|
||||
__asm __volatile(
|
||||
"1: \n"
|
||||
|
Loading…
Reference in New Issue
Block a user