From owner-svn-src-head@FreeBSD.ORG Sun Feb 21 03:49:40 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0590E106566B; Sun, 21 Feb 2010 03:49:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E91E28FC0A; Sun, 21 Feb 2010 03:49:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1L3nd9a007841; Sun, 21 Feb 2010 03:49:39 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1L3ndrO007839; Sun, 21 Feb 2010 03:49:39 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <201002210349.o1L3ndrO007839@svn.freebsd.org> From: Alan Cox Date: Sun, 21 Feb 2010 03:49:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204161 - head/sys/amd64/amd64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 03:49:40 -0000 Author: alc Date: Sun Feb 21 03:49:39 2010 New Revision: 204161 URL: http://svn.freebsd.org/changeset/base/204161 Log: Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn't zero *CMAP1. Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c ============================================================================== --- head/sys/amd64/amd64/pmap.c Sun Feb 21 01:13:34 2010 (r204160) +++ head/sys/amd64/amd64/pmap.c Sun Feb 21 03:49:39 2010 (r204161) @@ -573,8 +573,6 @@ pmap_bootstrap(vm_paddr_t *firstaddr) virtual_avail = va; - *CMAP1 = 0; - invltlb(); /* Initialize the PAT MSR. */