kernel: convert putmmu() to uintptr for va and pa

This commit is contained in:
cinap_lenrek 2014-01-20 03:17:55 +01:00
parent ad1eefb355
commit ebfb4fdf29
8 changed files with 8 additions and 9 deletions

View file

@ -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);