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
defs.h
View file

@ -164,7 +164,7 @@ void uartputc(int);
void seginit(void);
void kvmalloc(void);
void vmenable(void);
pde_t* setupkvm();
pde_t* setupkvm(void);
char* uva2ka(pde_t*, char*);
int allocuvm(pde_t*, uint, uint);
int deallocuvm(pde_t*, uint, uint);