From owner-cvs-src@FreeBSD.ORG Fri Aug 1 04:55:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F053106569C; Fri, 1 Aug 2008 04:55:50 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A45978FC16; Fri, 1 Aug 2008 04:55:44 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m714tiAq025733; Fri, 1 Aug 2008 04:55:44 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m714tiPZ025732; Fri, 1 Aug 2008 04:55:44 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <200808010455.m714tiPZ025732@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Fri, 1 Aug 2008 04:55:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Aug 2008 04:55:50 -0000 alc 2008-08-01 04:55:38 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include param.h Log: SVN rev 181112 on 2008-08-01 04:55:38Z by alc Enhance pmap_change_attr() with the ability to demote 1GB page mappings. Revision Changes Path 1.641 +105 -2 src/sys/amd64/amd64/pmap.c 1.23 +1 -0 src/sys/amd64/include/param.h