mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
kern: implement lightlock slowpath (works on hw)
This commit is contained in:
parent
b3e6571586
commit
11f70759ce
7 changed files with 258 additions and 5 deletions
|
@ -259,8 +259,10 @@ _ZN3ams4kern10KScheduler12ScheduleImplEv:
|
|||
|
||||
/* If we don't, wait for an interrupt and check again. */
|
||||
wfi
|
||||
|
||||
msr daifclr, #2
|
||||
msr daifset, #2
|
||||
|
||||
b 12b
|
||||
|
||||
13: /* We need scheduling again! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue