From 60e0827762b4cfff1a04d1287139fb23f521ff86 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 29 Feb 2024 13:09:01 -0500 Subject: kernel: vm: Add more documentation Signed-off-by: Ian Moffett --- sys/include/vm/pmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/include') 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 *); /* -- cgit v1.2.3