summaryrefslogtreecommitdiff
path: root/src/sys/vm/vm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/vm/vm_map.c')
-rw-r--r--src/sys/vm/vm_map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/vm/vm_map.c b/src/sys/vm/vm_map.c
index 27cdcce..277ff9a 100644
--- a/src/sys/vm/vm_map.c
+++ b/src/sys/vm/vm_map.c
@@ -113,7 +113,6 @@ vm_map(struct vm_vas *vas, struct mmu_map *spec, size_t len, int prot)
spec_cpy = *spec;
}
-
/* If this fails, unmap the partial region */
len = ALIGN_UP(len, PSIZE);
retval = __vm_map(vas, spec, len, prot);