From owner-cvs-src@FreeBSD.ORG Sat Dec 11 22:35:16 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 B703716A4CF; Sat, 11 Dec 2004 22:35:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9375B43D48; Sat, 11 Dec 2004 22:35:16 +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 iBBMZGG9090671; Sat, 11 Dec 2004 22:35:16 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBBMZGDC090670; Sat, 11 Dec 2004 22:35:16 GMT (envelope-from alc) Message-Id: <200412112235.iBBMZGDC090670@repoman.freebsd.org> From: Alan Cox Date: Sat, 11 Dec 2004 22:35:16 +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/sparc64/sparc64 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: Sat, 11 Dec 2004 22:35:16 -0000 alc 2004-12-11 22:35:16 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to call vm_page_flag_clear(PG_BUSY). The object lock is held the entire time. Thus, whether or not the PG_BUSY flag is set is invisible to others. Revision Changes Path 1.141 +1 -2 src/sys/sparc64/sparc64/pmap.c