Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 21:53:41 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <199901220553.VAA29454@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/21 21:53:41 PST

  Modified files:        (Branch: RELENG_3)
    sys/vm               vm_map.c 
  Log:
      Backport from -4.x
  
      PG_BUSY was being tested without splvm() protection.  We have to test
      it again with splvm() protection before we can actually sleep.
  
  Revision  Changes    Path
  1.139.2.1 +7 -3      src/sys/vm/vm_map.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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