kernel: convert putmmu() to uintptr for va and pa
This commit is contained in:
parent
ad1eefb355
commit
ebfb4fdf29
8 changed files with 8 additions and 9 deletions
|
@ -79,8 +79,7 @@ fixfault(Segment *s, uintptr addr, int read, int doputmmu)
|
|||
int type;
|
||||
int ref;
|
||||
Pte **p, *etp;
|
||||
ulong mmuphys=0;
|
||||
uintptr soff;
|
||||
uintptr soff, mmuphys=0;
|
||||
Page **pg, *lkp, *new;
|
||||
Page *(*fn)(Segment*, uintptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue