Kernel - Fixes to Proc_Clone usage in x86
[tpg/acess2.git] / Kernel / arch / x86 / mm_phys.c
index 64b56fb..78755d9 100644 (file)
@@ -413,7 +413,7 @@ void MM_RefPhys(tPAddr PAddr)
        {
                if( MM_GetPhysAddr( (tVAddr)&gaPageReferences[PAddr] ) == 0 ) {
                        tVAddr  addr = ((tVAddr)&gaPageReferences[PAddr]) & ~0xFFF;
-                       Log_Debug("PMem", "MM_RefPhys: Info not allocated %llx", PAddr);
+                       Log_Debug("PMem", "MM_RefPhys: Allocating info for %X", PAddr);
                        Mutex_Release( &glPhysAlloc );
                        if( MM_Allocate( addr ) == 0 ) {
                                Log_KernelPanic("PMem", "MM_RefPhys: Out of physical memory");

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