Added debug to MM_PageFault
[tpg/acess2.git] / Kernel / arch / x86 / mm_phys.c
index 72f5dc9..a6656e5 100644 (file)
@@ -96,7 +96,7 @@ tPAddr MM_AllocPhys()
        for(a=0;gaSuperBitmap[a]==-1&&a<num;a++);
        if(a == num) {
                RELEASE( &giPhysAlloc );
-               Warning("MM_AllocPhys - OUT OF MEMORY (Called by %p)",  __builtin_return_address(0));
+               Warning("MM_AllocPhys - OUT OF MEMORY (Called by %p)", __builtin_return_address(0));
                return 0;
        }
        for(b=0;gaSuperBitmap[a]&(1<<b);b++);

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