kern: update Initialize0 to account for new ordering

This commit is contained in:
Michael Scire
2020-12-01 17:29:42 -08:00
parent a56bdab820
commit 3b3cb337f0
3 changed files with 68 additions and 19 deletions

View File

@@ -668,6 +668,7 @@ namespace ams::kern::arch::arm64::init {
this->PhysicallyRandomize(virt_addr, size, L2BlockSize, do_copy);
this->PhysicallyRandomize(virt_addr, size, L3ContiguousBlockSize, do_copy);
this->PhysicallyRandomize(virt_addr, size, L3BlockSize, do_copy);
cpu::StoreEntireCacheForInit();
}
};