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
defs.h
2
defs.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue