summaryrefslogtreecommitdiff
path: root/kalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kalloc.c')
-rw-r--r--kalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kalloc.c b/kalloc.c
index 428c639..14cd4f4 100644
--- a/kalloc.c
+++ b/kalloc.c
@@ -51,7 +51,6 @@ freerange(void *vstart, void *vend)
for(; p + PGSIZE <= (char*)vend; p += PGSIZE)
kfree(p);
}
-
//PAGEBREAK: 21
// Free the page of physical memory pointed at by v,
// which normally should have been returned by a