From owner-cvs-all@FreeBSD.ORG Thu Apr 15 20:45:29 2004 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 975FE16A4CE; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774C643D53; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3G3jTGe098250; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3G3jToI098249; Thu, 15 Apr 2004 20:45:29 -0700 (PDT) (envelope-from alc) Message-Id: <200404160345.i3G3jToI098249@repoman.freebsd.org> From: Alan Cox Date: Thu, 15 Apr 2004 20:45:29 -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 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: Fri, 16 Apr 2004 03:45:29 -0000 alc 2004/04/15 20:45:29 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Set the "global" attribute on the page table entries for the kernel and direct mappings. This shaves a few seconds off of my buildworld times. Discussed with: peter@ Revision Changes Path 1.457 +3 -3 src/sys/amd64/amd64/pmap.c