mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
kern: implement 13.1.0 kernel changes
This commit is contained in:
parent
ebca23305e
commit
1d5f66be56
4 changed files with 10 additions and 2 deletions
|
@ -126,7 +126,8 @@ _ZN3ams4kern10KScheduler12ScheduleImplEv:
|
|||
cmp x7, x18
|
||||
b.ne 1f
|
||||
|
||||
/* If they're the same, then we can just return as there's nothing to do. */
|
||||
/* If they're the same, then we can just issue a memory barrier and return. */
|
||||
dmb ish
|
||||
ret
|
||||
|
||||
0: /* The interrupt task thread is runnable. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue