From fe65e1299226f064b90f5f48315af2012616a740 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 12 Aug 2011 00:55:48 +0200 Subject: [PATCH] Removed unnededed TLB flush from libmaxsi heap code. --- libmaxsi/memory.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libmaxsi/memory.cpp b/libmaxsi/memory.cpp index 5c0e5dab..8e16cbde 100644 --- a/libmaxsi/memory.cpp +++ b/libmaxsi/memory.cpp @@ -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.