Re: buildkernel failure at src/sys/i386/i386/pmap.c
From: Peter Wemm (peter_at_wemm.org)
Date: 06/30/04
- Previous message: Tim Robbins: "Re: HEADSUP: ibcs2 and svr4 compat headed for history"
- In reply to: Jon Noack: "buildkernel failure at src/sys/i386/i386/pmap.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-current@freebsd.org, noackjr@alumni.rice.edu Date: Wed, 30 Jun 2004 00:05:49 -0400
On Tuesday 29 June 2004 08:14 pm, Jon Noack wrote:
> /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);
oh dear.. I think I committed the wrong diff. Anyway, I've committed your
fix, thanks!
-Peter
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Tim Robbins: "Re: HEADSUP: ibcs2 and svr4 compat headed for history"
- In reply to: Jon Noack: "buildkernel failure at src/sys/i386/i386/pmap.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|