From owner-cvs-all Thu Aug 8 12:12:41 2002 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 2608A37B400; Thu, 8 Aug 2002 12:12:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF89443E75; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JCaJU096006; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JCabM096005; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) Message-Id: <200208081912.g78JCabM096005@freefall.freebsd.org> From: Alan Cox Date: Thu, 8 Aug 2002 12:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/08 12:12:36 PDT Modified files: sys/vm vm_page.c Log: o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED flag. (This is the only place in the entire kernel where the PG_MAPPED flag is tested. It will be removed soon.) Revision Changes Path 1.210 +1 -1 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message