From owner-cvs-all Thu Oct 1 13:47:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01088 for cvs-all-outgoing; Thu, 1 Oct 1998 13:47:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00993; Thu, 1 Oct 1998 13:46:52 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23037; Thu, 1 Oct 1998 13:46:42 -0700 (PDT) Date: Thu, 1 Oct 1998 13:46:42 -0700 (PDT) Message-Id: <199810012046.NAA23037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/10/01 13:46:42 PDT Modified files: sys/vm vm_map.c Log: Fix a bug in which a page index was used where a byte offset was expected. This bug caused builds of Modula-3 to fail in mysterious ways on SMP kernels. More precisely, such builds failed on systems with kern.fast_vfork equal to 0, the default and only supported value for SMP kernels. PR: kern/7468 Submitted by: tegge (Tor Egge) Revision Changes Path 1.136 +2 -2 src/sys/vm/vm_map.c