From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 04:06:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF1816A4CE for ; Wed, 30 Jun 2004 04:06:13 +0000 (GMT) Received: from peter-laptop.corp.yahoo.com (p58.n-nypop02.stsn.com [199.106.89.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1754543D3F for ; Wed, 30 Jun 2004 04:06:13 +0000 (GMT) (envelope-from peter@peter-laptop.corp.yahoo.com) Received: from peter-laptop.corp.yahoo.com (localhost [127.0.0.1]) i5U45o09000858; Wed, 30 Jun 2004 00:05:50 -0400 (EDT) (envelope-from peter@peter-laptop.corp.yahoo.com) Received: from localhost (localhost [[UNIX: localhost]]) i5U45onb000857; Wed, 30 Jun 2004 00:05:50 -0400 (EDT) (envelope-from peter) From: Peter Wemm To: freebsd-current@freebsd.org, noackjr@alumni.rice.edu Date: Wed, 30 Jun 2004 00:05:49 -0400 User-Agent: KMail/1.6.2 References: <40E20600.1040807@alumni.rice.edu> In-Reply-To: <40E20600.1040807@alumni.rice.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406300005.49882.peter@wemm.org> Subject: Re: buildkernel failure at src/sys/i386/i386/pmap.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:06:13 -0000 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