vm - hash table for block cache

This commit is contained in:
Ben Gras
2010-10-15 09:10:14 +00:00
parent cb2e3a98a2
commit ddde360e3e
11 changed files with 116 additions and 36 deletions

View File

@@ -392,8 +392,5 @@ PUBLIC int proc_new(struct vmproc *vmp,
panic("exec_newmem: pt_bind failed: %d", s);
}
/* No yielded memory blocks. */
yielded_init(&vmp->vm_yielded_blocks);
return OK;
}