From owner-cvs-all@FreeBSD.ORG Fri Aug 19 07:25:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3903016A41F; Fri, 19 Aug 2005 07:25:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6AB43D48; Fri, 19 Aug 2005 07:25:43 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J7PhH1010209; Fri, 19 Aug 2005 07:25:43 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J7PhjP010208; Fri, 19 Aug 2005 07:25:43 GMT (envelope-from alc) Message-Id: <200508190725.j7J7PhjP010208@repoman.freebsd.org> From: Alan Cox Date: Fri, 19 Aug 2005 07:25:42 +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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Aug 2005 07:25:44 -0000 alc 2005-08-19 07:25:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Correct a performance bug in revision 1.462. The effect of the bug is to execute the outer loop in procedures such as pmap_protect() many more times than necessary. Reviewed by: tegge Revision Changes Path 1.522 +7 -14 src/sys/amd64/amd64/pmap.c