From owner-cvs-sys Mon Apr 29 15:05:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18631 for cvs-sys-outgoing; Mon, 29 Apr 1996 15:05:16 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18607 Mon, 29 Apr 1996 15:04:59 -0700 (PDT) Date: Mon, 29 Apr 1996 15:04:59 -0700 (PDT) From: John Dyson Message-Id: <199604292204.PAA18607@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/04/29 15:04:58 Modified: sys/vm vm_map.c Log: Move the map entry allocations from the kmem_map to the kernel_map. As a side effect, correct the associated object offset. Revision Changes Path 1.43 +4 -4 src/sys/vm/vm_map.c