mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 09:36:35 +00:00
thermosphere: small spinlock improvements
This commit is contained in:
parent
5473443057
commit
310048a32c
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
FUNCTION spinlockLock
|
FUNCTION spinlockLock
|
||||||
mov w2, #1
|
mov w2, #1
|
||||||
sevl
|
sevl
|
||||||
|
prfm pstl1keep, [x0]
|
||||||
l1:
|
l1:
|
||||||
wfe
|
wfe
|
||||||
l2:
|
l2:
|
||||||
|
@ -40,6 +41,5 @@ END_FUNCTION
|
||||||
|
|
||||||
FUNCTION spinlockUnlock
|
FUNCTION spinlockUnlock
|
||||||
stlr wzr, [x0]
|
stlr wzr, [x0]
|
||||||
sev
|
|
||||||
ret
|
ret
|
||||||
END_FUNCTION
|
END_FUNCTION
|
||||||
|
|
Loading…
Reference in a new issue