cleanup: namespace Montauk (capital M) => montauk::abi

This commit is contained in:
2026-06-16 09:09:16 +02:00
parent b091af7653
commit e3dc1e881d
165 changed files with 758 additions and 758 deletions
+2 -2
View File
@@ -1089,8 +1089,8 @@ namespace Sched {
// Release process-scoped IPC handles/mappings before tearing down the address space.
Ipc::CleanupProcessSlot(slot, exitingPid, proc.pml4Phys);
Montauk::CleanupHeapForSlot(slot, proc.pml4Phys);
Montauk::CleanupLibTable(slot);
montauk::abi::CleanupHeapForSlot(slot, proc.pml4Phys);
montauk::abi::CleanupLibTable(slot);
proc.waitingForPid = -1;
proc.sleepUntilTick = 0;