Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86_64 / mm_virt.c
index 79513b9..89aeaa1 100644 (file)
@@ -924,6 +924,13 @@ tPAddr MM_Clone(void)
                        MM_RefPhys( TMPMAPLVL4(i) & PADDR_MASK );
                }
        }
+       else
+       {
+               for( i = 0; i < 256; i ++ )
+               {
+                       TMPMAPLVL4(i) = 0;
+               }
+       }
        
        // #4 Map in kernel pages
        for( i = 256; i < 512; i ++ )

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