Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbca9123

Browse files
committed
Fix typo in solaris spinlock fix.
07968db missed part of the S_UNLOCK define when building forsparcv8+.
1 parent27ef6b6 commitbca9123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/include/storage/s_lock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ do \
448448
* #LoadStore (RMO) | #StoreStore (RMO, PSO) together are the appropriate
449449
* release barrier for sparcv8+ upwards.
450450
*/
451+
#defineS_UNLOCK(lock)\
451452
do \
452453
{ \
453454
__asm__ __volatile__ ("membar #LoadStore | #StoreStore \n":::"memory"); \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp