From owner-cvs-src-old@FreeBSD.ORG Sun May 30 20:31:36 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E161610656FF for ; Sun, 30 May 2010 20:31:36 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF2D28FC17 for ; Sun, 30 May 2010 20:31:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4UKVauh001589 for ; Sun, 30 May 2010 20:31:36 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4UKVatv001588 for cvs-src-old@freebsd.org; Sun, 30 May 2010 20:31:36 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201005302031.o4UKVatv001588@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sun, 30 May 2010 20:31:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 pmap.c src/sys/mips/mips pmap.c src/sys/sun4v/sun4v pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 20:31:37 -0000 alc 2010-05-30 20:31:12 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c sys/mips/mips pmap.c sys/sun4v/sun4v pmap.c Log: SVN rev 208659 on 2010-05-30 20:31:12Z by alc Simplify the inner loop of get_pv_entry(): While iterating over the page's pv list, there is no point in checking whether or not the pv list is empty, wait instead until the loop completes. Revision Changes Path 1.222 +2 -2 src/sys/ia64/ia64/pmap.c 1.56 +4 -4 src/sys/mips/mips/pmap.c 1.56 +2 -2 src/sys/sun4v/sun4v/pmap.c