fix runoff complaints about pagination and long lines
This commit is contained in:
parent
164f4bae54
commit
4638cabf8c
11 changed files with 25 additions and 33 deletions
1
kalloc.c
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue