From: Tomas Hruby Date: Thu, 3 Dec 2009 10:53:56 +0000 (+0000) Subject: A debug print with no meaning removed from VM. X-Git-Tag: v3.1.6~172 X-Git-Url: http://zhaoyanbai.com/repos/migration?a=commitdiff_plain;h=ec1fec6c3f5918e235701b42eb6e6d435e5bd4cb;p=minix.git A debug print with no meaning removed from VM. --- diff --git a/servers/vm/i386/pagetable.c b/servers/vm/i386/pagetable.c index 9aa36f88e..8937c67b0 100644 --- a/servers/vm/i386/pagetable.c +++ b/servers/vm/i386/pagetable.c @@ -796,7 +796,6 @@ PUBLIC void pt_init(void) if(len % I386_PAGE_SIZE) vm_panic("VM: len unaligned", len); vir = arch_map2vir(&vmproc[VMP_SYSTEM], offset); - printf("vir: 0x%lx\n", vir); if(sys_vmctl_reply_mapping(index, vir) != OK) vm_panic("VM: reply failed", NO_NUM); offset += len;