diff options
Diffstat (limited to 'sys/include/vm')
-rw-r--r-- | sys/include/vm/pmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/include/vm/pmap.h b/sys/include/vm/pmap.h index 7a8d577..c591605 100644 --- a/sys/include/vm/pmap.h +++ b/sys/include/vm/pmap.h @@ -65,6 +65,10 @@ struct vm_ctx { struct spinlock dynalloc_lock; }; +/* + * Create a virtual address space + * and return the descriptor. + */ struct vas pmap_create_vas(struct vm_ctx *); /* |