Kernel/x86 - Removed conditional debug statement in MM_AllocPhys
authorJohn Hodge <[email protected]>
Sat, 9 Feb 2013 11:55:15 +0000 (19:55 +0800)
committerJohn Hodge <[email protected]>
Sat, 9 Feb 2013 11:55:15 +0000 (19:55 +0800)
KernelLand/Kernel/arch/x86/mm_phys.c

index 2b2a764..37166a0 100644 (file)
@@ -239,10 +239,8 @@ tPAddr MM_AllocPhys(void)
 
        // Release Spinlock
        Mutex_Release( &glPhysAlloc );
-       
        LEAVE('X', ret);
-       if( ret == 0x17FFE000 )
-               LogF("TRIP!\n");
+
        #if TRACE_ALLOCS
        if( now() > 4000 ) {
        Log_Debug("PMem", "MM_AllocPhys: RETURN %P (%i free)", ret, giPageCount-giPhysAlloc);

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