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
1 changed files with 0 additions and 3 deletions

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.