mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 13:32:43 +02:00
kern: fix supervisor page table activation
This commit is contained in:
parent
fb23bfc77f
commit
485ea8eb83
@ -80,7 +80,7 @@ namespace ams::kern {
|
||||
|
||||
/* Activate the supervisor page table for each core. */
|
||||
DoOnEachCoreInOrder(core_id, [=]() ALWAYS_INLINE_LAMBDA {
|
||||
Kernel::GetKernelPageTable().Activate();
|
||||
Kernel::GetKernelPageTable().ActivateForInit();
|
||||
});
|
||||
|
||||
/* NOTE: Kernel calls on each core a nullsub here on retail kernel. */
|
||||
|
Loading…
Reference in New Issue
Block a user