mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
kern: correct flushing of init arguments
This commit is contained in:
parent
4a35904d73
commit
f07bd0e337
3 changed files with 6 additions and 9 deletions
|
@ -259,9 +259,6 @@ namespace ams::kern {
|
|||
/* Setup the InitArguments. */
|
||||
SetInitArguments(static_cast<s32>(i), core_local_region_start_phys[i], GetInteger(core_l1_ttbr1_phys[i]));
|
||||
}
|
||||
|
||||
/* Ensure the InitArguments are flushed to cache. */
|
||||
StoreInitArguments();
|
||||
}
|
||||
|
||||
void SetupPoolPartitionMemoryRegions() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue