Typo in VM server

This commit is contained in:
Tomas Hruby 2010-03-02 10:53:17 +00:00
parent 5af8c345be
commit 975efeac31

View 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. */