aboutsummaryrefslogtreecommitdiff
path: root/kernel/vm/vmmap.c
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani@cs.brown.edu>2024-05-14 17:16:42 -0400
committerMichael Foiani <mfoiani@cs.brown.edu>2024-05-14 17:16:42 -0400
commit53b54f664ed2b4630c23cacc9e216a6a5935b57f (patch)
treef0138f1ed2f8894efa560e0e9721e510883f439b /kernel/vm/vmmap.c
parentb90313ddfa4c03f688c6c1cd5ded34aff1bf39c5 (diff)
fixes to work on dept machine
Diffstat (limited to 'kernel/vm/vmmap.c')
-rw-r--r--kernel/vm/vmmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/vm/vmmap.c b/kernel/vm/vmmap.c
index 8c1a455..5f8e575 100644
--- a/kernel/vm/vmmap.c
+++ b/kernel/vm/vmmap.c
@@ -169,7 +169,7 @@ void vmmap_insert(vmmap_t *map, vmarea_t *new_vma)
*/
ssize_t vmmap_find_range(vmmap_t *map, size_t npages, int dir)
{
- // NOT_YET_IMPLEMENTED("VM: vmmap_find_range");
+ // : vmmap_find_range");
// case 1: dir is VMMAP_DIR_LOHI
if (dir == VMMAP_DIR_LOHI)
@@ -871,4 +871,4 @@ end:
buf[osize - 1] = '\0';
}
return osize - size;
-}
+} \ No newline at end of file