mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Removed unnededed TLB flush from libmaxsi heap code.
This commit is contained in:
parent
15ce53919c
commit
fe65e12992
1 changed files with 0 additions and 3 deletions
|
@ -257,9 +257,6 @@ namespace Maxsi
|
||||||
|
|
||||||
Sortix::VirtualMemory::MapKernel(VirtualAddr, Page);
|
Sortix::VirtualMemory::MapKernel(VirtualAddr, Page);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now flush the TLB such that the new pages can be safely used.
|
|
||||||
Sortix::VirtualMemory::Flush();
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Update the wilderness information now that it is safe.
|
// Update the wilderness information now that it is safe.
|
||||||
|
|
Loading…
Add table
Reference in a new issue