Style nits; indentation and tabs
This commit is contained in:
parent
16f205b5c9
commit
a7061b4f97
5 changed files with 36 additions and 36 deletions
2
vm.c
2
vm.c
|
|
@ -137,7 +137,7 @@ setupkvm(char* (*alloc)(void))
|
|||
panic("PHYSTOP too high");
|
||||
for(k = kmap; k < &kmap[NELEM(kmap)]; k++)
|
||||
if(mappages(pgdir, k->virt, k->phys_end - k->phys_start, (uint)k->phys_start,
|
||||
k->perm, alloc) < 0)
|
||||
k->perm, alloc) < 0)
|
||||
return 0;
|
||||
|
||||
return pgdir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue