From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 00:15:19 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 A443116A4CE for ; Wed, 30 Jun 2004 00:15:19 +0000 (GMT) Received: from smtp003.bizmail.yahoo.com (smtp003.bizmail.yahoo.com [216.136.130.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 720BB43D31 for ; Wed, 30 Jun 2004 00:15:19 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.20 with login) by smtp003.bizmail.yahoo.com with SMTP; 30 Jun 2004 00:15:00 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 8BF59620E for ; Tue, 29 Jun 2004 19:14:59 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 86226-09 for ; Tue, 29 Jun 2004 19:14:57 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id A9D646204 for ; Tue, 29 Jun 2004 19:14:57 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i5U0EuJt041403 for ; Tue, 29 Jun 2004 19:14:57 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40E20600.1040807@alumni.rice.edu> Date: Tue, 29 Jun 2004 19:14:56 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org Subject: buildkernel failure at src/sys/i386/i386/pmap.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu 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 00:15:19 -0000 /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 Noack