From owner-cvs-all@FreeBSD.ORG Tue Apr 25 15:04:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 CD70C16A400; Tue, 25 Apr 2006 15:04:31 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8826343D46; Tue, 25 Apr 2006 15:04:31 +0000 (GMT) (envelope-from scottl@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 k3PF4VLl058755; Tue, 25 Apr 2006 15:04:31 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3PF4V1w058748; Tue, 25 Apr 2006 15:04:31 GMT (envelope-from scottl) Message-Id: <200604251504.k3PF4V1w058748@repoman.freebsd.org> From: Scott Long Date: Tue, 25 Apr 2006 15:04:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 25 Apr 2006 15:04:31 -0000 scottl 2006-04-25 15:04:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_contig.c Log: Don't scan pages that are above the passed in high value. This is a partial MFC of rev 1.48; the rest of that change is incomplete and not appropriate for merging yet. Approved by: re Revision Changes Path 1.43.2.4 +4 -1 src/sys/vm/vm_contig.c