/usr/src/sys/i386/i386/pmap.c: In function `pmap_remove_pages': /usr/src/sys/i386/i386/pmap.c:2598: error: structure has no member named `pv_ptem' /usr/src/sys/i386/i386/pmap.c:2598: error: too many arguments to function `pmap_unuse_pt' *** Error code 1 untested fix: $ cvs diff pmap.c Index: pmap.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v retrieving revision 1.479 diff -r1.479 pmap.c 2598c2598 < pmap_unuse_pt(pmap, pv->pv_va, pv->pv_ptem); --- > pmap_unuse_pt(pmap, pv->pv_va); Jon NoackReceived on Tue Jun 29 2004 - 22:15:19 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:59 UTC