Working on UDP, removed debug from some code, fixed ARP setting hwtype to 0x100 ...
[tpg/acess2.git] / Kernel / arch / x86 / mm_phys.c
index bd8d60e..595a5e9 100644 (file)
@@ -352,6 +352,9 @@ void MM_DerefPhys(tPAddr Addr)
        // Lock Structures
        LOCK( &giPhysAlloc );
        
+       if( giLastPossibleFree < Addr )
+               giLastPossibleFree = Addr;
+
        // Dereference
        gaPageReferences[ Addr ] --;
        

UCC git Repository :: git.ucc.asn.au