From owner-cvs-all@FreeBSD.ORG Sat Oct 4 17:12:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE90D16A4B3; Sat, 4 Oct 2003 17:12:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0BD43FEC; Sat, 4 Oct 2003 17:12:17 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h950CHXJ049582; Sat, 4 Oct 2003 17:12:17 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h950CGWA049581; Sat, 4 Oct 2003 17:12:16 -0700 (PDT) (envelope-from alc) Message-Id: <200310050012.h950CGWA049581@repoman.freebsd.org> From: Alan Cox Date: Sat, 4 Oct 2003 17:12:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 00:12:17 -0000 alc 2003/10/04 17:12:16 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Don't bother setting a page table page's valid field. It is unused and not setting it is consistent with other uses of VM_ALLOC_NOOBJ pages. Revision Changes Path 1.442 +0 -2 src/sys/amd64/amd64/pmap.c 1.445 +0 -2 src/sys/i386/i386/pmap.c