Remove unused argument to setupkvm (thanks to Peter Froehlich)

This commit is contained in:
Frans Kaashoek 2012-08-22 20:19:37 -04:00
parent 70c555574a
commit 4ce832ddd2
4 changed files with 4 additions and 4 deletions

2
vm.c
View file

@ -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;