From owner-cvs-src@FreeBSD.ORG Sun Jul 18 21:19:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E040516A4CE; Sun, 18 Jul 2004 21:19:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C146C43D48; Sun, 18 Jul 2004 21:19:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILJAjv003794; Sun, 18 Jul 2004 21:19:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILJAO1003793; Sun, 18 Jul 2004 21:19:10 GMT (envelope-from alc) Message-Id: <200407182119.i6ILJAO1003793@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Jul 2004 21:19:10 +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-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Jul 2004 21:19:11 -0000 alc 2004-07-18 21:19:10 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). The reason being that pmap_pte_quick() requires the page queues lock, which is already held, rather than Giant. Revision Changes Path 1.488 +3 -1 src/sys/i386/i386/pmap.c