diff options
Diffstat (limited to 'kalloc.c')
-rw-r--r-- | kalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |