Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 1998 13:46:42 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <199810012046.NAA23037@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810012046.NAA23037>