clear_pte_u -> clearpteu
This commit is contained in:
parent
91aa0f3296
commit
2eb214c9db
3 changed files with 4 additions and 4 deletions
2
defs.h
2
defs.h
|
|
@ -176,7 +176,7 @@ pde_t* copyuvm(pde_t*, uint);
|
|||
void switchuvm(struct proc*);
|
||||
void switchkvm(void);
|
||||
int copyout(pde_t*, uint, void*, uint);
|
||||
void clear_pte_u(pde_t *pgdir, char *uva);
|
||||
void clearpteu(pde_t *pgdir, char *uva);
|
||||
|
||||
// number of elements in fixed-size array
|
||||
#define NELEM(x) (sizeof(x)/sizeof((x)[0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue