Kernel/arm7 - Removed debug statement from VMM
[tpg/acess2.git] / Kernel / arch / arm7 / mm_virt.c
index d069248..7abf4e7 100644 (file)
@@ -102,7 +102,6 @@ int MM_int_AllocateCoarse(tVAddr VAddr, int Domain)
        desc[2] = desc[0] + 0x800;
        desc[3] = desc[0] + 0xC00;
 
-       Log("FRACTAL(%p, %p) = %p", table1, VAddr, &FRACTAL(table1, VAddr));
        FRACTAL(table1, VAddr) = paddr | 3;
 
        // TLBIALL 

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