mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typo in solaris spinlock fix.
07968dbfaa missed part of the S_UNLOCK define when building for
sparcv8+.
This commit is contained in:
parent
27ef6b6530
commit
bca91236a7
1 changed files with 1 additions and 0 deletions
|
|
@ -448,6 +448,7 @@ do \
|
|||
* #LoadStore (RMO) | #StoreStore (RMO, PSO) together are the appropriate
|
||||
* release barrier for sparcv8+ upwards.
|
||||
*/
|
||||
#define S_UNLOCK(lock) \
|
||||
do \
|
||||
{ \
|
||||
__asm__ __volatile__ ("membar #LoadStore | #StoreStore \n":::"memory"); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue