From owner-cvs-sys Thu Feb 13 11:37:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02955 for cvs-sys-outgoing; Thu, 13 Feb 1997 11:37:46 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02948; Thu, 13 Feb 1997 11:37:44 -0800 (PST) Date: Thu, 13 Feb 1997 11:37:44 -0800 (PST) From: Garrett Wollman Message-Id: <199702131937.LAA02948@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.h vm_page.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/02/13 11:37:43 Modified: sys/vm vm_kern.h vm_page.c Log: Provide an alternative interface to contigmalloc() which allows a specific map to be used when allocating the kernel va (e.g., mb_map). The VM gurus may want to look this over. Revision Changes Path 1.11 +3 -0 src/sys/vm/vm_kern.h 1.75 +19 -4 src/sys/vm/vm_page.c