X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Farch%2Fx86%2Fmm_phys.c;fp=Kernel%2Farch%2Fx86%2Fmm_phys.c;h=78755d9b809b588490e8346508069fe9f8b4db5f;hb=0b6ee7828bf78fd5f8f8df7afcbe16362a9f9437;hp=64b56fb084a4da3481d1c701d4b9117609ab00de;hpb=7e5607004c3221d55c7992148b2f0d958cf28533;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/mm_phys.c b/Kernel/arch/x86/mm_phys.c index 64b56fb0..78755d9b 100644 --- a/Kernel/arch/x86/mm_phys.c +++ b/Kernel/arch/x86/mm_phys.c @@ -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");