Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 23:56:12 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_kern.c
Message-ID:  <200108100656.f7A6uCU29003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/08/09 23:56:12 PDT

  Modified files:
    sys/vm               vm_kern.c 
  Log:
  - Remove asleep(), await(), and M_ASLEEP.
  - Callers of asleep() and await() have been converted to calling tsleep().
    The only caller outside of M_ASLEEP was the ata driver, which called both
    asleep() and await() with spl-raised, so there was no need for the
    asleep() and await() pair.  M_ASLEEP was unused.
  
  Reviewed by:	jasone, peter
  
  Revision  Changes    Path
  1.73      +3 -6      src/sys/vm/vm_kern.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?200108100656.f7A6uCU29003>