Remove unused argument to setupkvm (thanks to Peter Froehlich)
This commit is contained in:
parent
70c555574a
commit
4ce832ddd2
4 changed files with 4 additions and 4 deletions
2
vm.c
2
vm.c
|
|
@ -126,7 +126,7 @@ static struct kmap {
|
|||
|
||||
// Set up kernel part of a page table.
|
||||
pde_t*
|
||||
setupkvm()
|
||||
setupkvm(void)
|
||||
{
|
||||
pde_t *pgdir;
|
||||
struct kmap *k;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue