From owner-cvs-all Fri Oct 12 21:23:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FB1137B407; Fri, 12 Oct 2001 21:23:37 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D4Nbm32935; Fri, 12 Oct 2001 21:23:37 -0700 (PDT) (envelope-from dillon) Message-Id: <200110130423.f9D4Nbm32935@freefall.freebsd.org> From: Matt Dillon Date: Fri, 12 Oct 2001 21:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.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 dillon 2001/10/12 21:23:37 PDT Modified files: sys/vm vm_contig.c Log: Makes contigalloc[1]() create the vm_map / underlying wired pages in the kernel map and object in a manner that contigfree() is actually able to free. Previously contigfree() freed up the KVA space but could not unwire & free the underlying VM pages due to mismatched pageability between the map entry and the VM pages. Submitted by: Thomas Moestl Testing by: mark tinguely MFC after: 3 days Revision Changes Path 1.3 +13 -5 src/sys/vm/vm_contig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message