]> Zhao Yanbai Git Server - minix.git/commitdiff
Typo in VM server
authorTomas Hruby <tom@minix3.org>
Tue, 2 Mar 2010 10:53:17 +0000 (10:53 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 2 Mar 2010 10:53:17 +0000 (10:53 +0000)
servers/vm/i386/pagetable.c

index c3d8c0d5ec618fc5fe1ed9e9dd057011c8aa3640..c1a4fcc8ab936cef29864a8b957220909cb8474f 100644 (file)
@@ -846,7 +846,7 @@ PUBLIC void pt_init(phys_bytes usedlimit)
 
        /* Tell kernel how to get at the page directories. */
        if((r=sys_vmctl(SELF, VMCTL_I386_PAGEDIRS, kpagedir)) != OK) {
-                vm_panic("VMCTL_I386_KERNELLIMIT failed", r);
+                vm_panic("VMCTL_I386_PAGEDIRS failed", r);
        }
        
         /* Give our process the new, copied, private page table. */