Kernel/x86 - (minor) Fix spaces in log output on ZERO page
authorJohn Hodge <[email protected]>
Tue, 17 Feb 2015 02:50:34 +0000 (10:50 +0800)
committerJohn Hodge <[email protected]>
Tue, 17 Feb 2015 02:50:34 +0000 (10:50 +0800)
KernelLand/Kernel/arch/x86/mm_virt.c

index 8087518..01843d9 100644 (file)
@@ -311,7 +311,7 @@ void MM_DumpTables_Print(tVAddr Start, Uint32 Orig, size_t Size, void *Node)
 {
        if( (Orig & ~(PAGE_SIZE-1)) == giMM_ZeroPage )
        {
-               Log( "0x%08x => ZERO + 0x%08x (%s%s%s%s%s) %p",
+               Log(0x%08x => ZERO + 0x%08x (%s%s%s%s%s) %p",
                        Start,
                        Size,
                        (Orig & PF_NOPAGE ? "P" : "-"),

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