From owner-cvs-src@FreeBSD.ORG Thu May 22 23:35:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 728BD37B401; Thu, 22 May 2003 23:35:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C1543FCB; Thu, 22 May 2003 23:35:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4N6Zj0U020085; Thu, 22 May 2003 23:35:45 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4N6ZjG7020084; Thu, 22 May 2003 23:35:45 -0700 (PDT) Message-Id: <200305230635.h4N6ZjG7020084@repoman.freebsd.org> From: Peter Wemm Date: Thu, 22 May 2003 23:35:45 -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/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 06:35:46 -0000 peter 2003/05/22 23:35:45 PDT FreeBSD src repository Modified files: sys/amd64/include pmap.h Log: Update comments. Note that the kernel is at -1GB, not -2GB as erroniously implied by the previous commit. KVM is still only 1GB until pmap_growkernel() learns about the extra page table level. Approved by: re (blanket) Revision Changes Path 1.103 +3 -3 src/sys/amd64/include/pmap.h