From owner-cvs-all@FreeBSD.ORG Thu Dec 2 03:29:18 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 6D99216A4CE; Thu, 2 Dec 2004 03:29:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4984543D2F; Thu, 2 Dec 2004 03:29:18 +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 iB23TIeW040231; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB23TI55040230; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc) Message-Id: <200412020329.iB23TI55040230@repoman.freebsd.org> From: Alan Cox Date: Thu, 2 Dec 2004 03:29:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 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: Thu, 02 Dec 2004 03:29:18 -0000 alc 2004-12-02 03:29:18 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s and pmap_remove()'s inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.517 +6 -7 src/sys/i386/i386/pmap.c