diff options
| author | Frans Kaashoek <kaashoek@mit.edu> | 2012-08-22 20:19:37 -0400 |
|---|---|---|
| committer | Frans Kaashoek <kaashoek@mit.edu> | 2012-08-22 20:19:37 -0400 |
| commit | 4ce832ddd280a4cea36e16115ddeaea74213314e (patch) | |
| tree | cc6645d198141f6df0a1afacc5add661f8dc0ad3 /defs.h | |
| parent | 70c555574a140b2696d6f1a5aa524902ef4c820c (diff) | |
| download | xv6-labs-2022-4ce832ddd280a4cea36e16115ddeaea74213314e.tar.xz xv6-labs-2022-4ce832ddd280a4cea36e16115ddeaea74213314e.zip | |
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
