Kernel/arm7 - Removed debug statement from VMM
authorJohn Hodge <[email protected]>
Sun, 25 Sep 2011 05:19:01 +0000 (13:19 +0800)
committerJohn Hodge <[email protected]>
Sun, 25 Sep 2011 06:43:50 +0000 (14:43 +0800)
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