From 0bd3518117ad29ffc91c7967068abc9948cc4885 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Oct 2022 15:19:08 +0300 Subject: remove references to cow + Skip cow for now, maybe implement later but try to keep things simple. --- include/apos/vmem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/apos/vmem.h') diff --git a/include/apos/vmem.h b/include/apos/vmem.h index ba5fb84..eb901a8 100644 --- a/include/apos/vmem.h +++ b/include/apos/vmem.h @@ -151,9 +151,9 @@ stat_t alloc_shared_wrapper(struct vmem *b, pm_t *offset, vm_t vaddr, vmflags_t flags, enum mm_order order, void *data); /** - * User virtual memory COW copying worker callback for \ref map_fill_region(). + * User virtual memory copying worker callback for \ref map_fill_region(). * - * Currently unused, but intention is to set up COW copy of some other virtual + * Currently unused, but intention is to set up copy of some other virtual * memory region, likely passed through \c data? * * @param b Virtual memory to work in. @@ -214,7 +214,7 @@ stat_t free_uvmem_wrapper(struct vmem *b, pm_t *offset, vm_t vaddr, map_fill_region(b, &alloc_shared_wrapper, 0, start, bytes, flags, data) /** - * Convenience wrapper for \ref map_fill_region() when COW copying a region. + * Convenience wrapper for \ref map_fill_region() when copying a region. * * @param b Virtual memory to work in. * @param start Start of virtual memory region to map. -- cgit v1.3