mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 09:37:32 +01:00
thermosphere: small spinlock improvements
This commit is contained in:
parent
5473443057
commit
310048a32c
@ -28,6 +28,7 @@
|
||||
FUNCTION spinlockLock
|
||||
mov w2, #1
|
||||
sevl
|
||||
prfm pstl1keep, [x0]
|
||||
l1:
|
||||
wfe
|
||||
l2:
|
||||
@ -40,6 +41,5 @@ END_FUNCTION
|
||||
|
||||
FUNCTION spinlockUnlock
|
||||
stlr wzr, [x0]
|
||||
sev
|
||||
ret
|
||||
END_FUNCTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user