1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2011-08-12 00:55:48 +02:00
parent 15ce53919c
commit fe65e12992

View file

@ -257,9 +257,6 @@ namespace Maxsi
Sortix::VirtualMemory::MapKernel(VirtualAddr, Page);
}
// Now flush the TLB such that the new pages can be safely used.
Sortix::VirtualMemory::Flush();
#endif
// Update the wilderness information now that it is safe.