CRO: Lighter icache flushes

This commit is contained in:
wheremyfoodat 2025-01-03 19:14:31 +02:00
parent 0c6c455d4d
commit 33c3e67b31
4 changed files with 12 additions and 9 deletions

View file

@ -298,6 +298,7 @@ void Kernel::duplicateHandle() {
}
void Kernel::clearInstructionCache() { cpu.clearCache(); }
void Kernel::clearInstructionCacheRange(u32 start, u32 size) { cpu.clearCacheRange(start, size); }
namespace SystemInfoType {
enum : u32 {